Terraform
A declarative Infrastructure as Code tool that describes resources in configuration files and converges infrastructure toward that state.
View →https://boiteaoutilsinformatique.fr/en/it-dictionary/
Aller au contenuClear, technical definitions to understand IT terminology.
A declarative Infrastructure as Code tool that describes resources in configuration files and converges infrastructure toward that state.
View →The Terraform operation that executes plan actions to actually change infrastructure.
View →The mechanism that defines where Terraform stores state and, depending on backend, how it handles locking or remote execution.
View →The difference between Terraform's declared/stored infrastructure state and a resource changed outside the Terraform workflow.
View →A reusable Terraform configuration package grouping resources, variables, outputs, and architecture logic.
View →The Terraform operation that calculates and presents required changes without immediately applying them.
View →A Terraform plugin that implements resources and data sources for a specific API or platform.
View →The state file or object in which Terraform maps configuration resources to real objects and keeps required attributes.
View →A separate Terraform state namespace using the same configuration to maintain multiple logical instances of the same code.
View →