https://boiteaoutilsinformatique.fr/en/it-dictionary/
9 definitions found
Cloud & Linux

Terraform

A declarative Infrastructure as Code tool that describes resources in configuration files and converges infrastructure toward that state.

View →
Cloud & Linux

Terraform Apply

The Terraform operation that executes plan actions to actually change infrastructure.

View →
Cloud & Linux

Terraform Backend

The mechanism that defines where Terraform stores state and, depending on backend, how it handles locking or remote execution.

View →
Cloud & Linux

Terraform Drift

The difference between Terraform's declared/stored infrastructure state and a resource changed outside the Terraform workflow.

View →
Cloud & Linux

Terraform Module

A reusable Terraform configuration package grouping resources, variables, outputs, and architecture logic.

View →
Cloud & Linux

Terraform Plan

The Terraform operation that calculates and presents required changes without immediately applying them.

View →
Cloud & Linux

Terraform Provider

A Terraform plugin that implements resources and data sources for a specific API or platform.

View →
Cloud & Linux

Terraform State

The state file or object in which Terraform maps configuration resources to real objects and keeps required attributes.

View →
Cloud & Linux

Terraform Workspace

A separate Terraform state namespace using the same configuration to maintain multiple logical instances of the same code.

View →