Skip to content

Infrastructure provisioning workflow

The Infrastructure provisioning workflow encompasses the tools and processes used to automate the creation and management of IT resources.^[400-devops-08-infrastructure-as-code-terraform.md]

Core Tools and Configuration

A central component of this workflow is Terraform, an open-source Infrastructure as Code (IaC) tool^[400-devops-08-infrastructure-as-code-terraform.md]. Terraform allows infrastructure to be defined using configuration files rather than manual processes^[400-devops-08-infrastructure-as-code-terraform.md]. These configurations are written in HCL (HashiCorp Configuration Language) and saved with the *.tf file extension^[400-devops-08-infrastructure-as-code-terraform.md].

  • [[Infrastructure as Code]]
  • [[Configuration Management]]

Sources

^[400-devops-08-infrastructure-as-code-terraform.md]