Terraform
Following adds this technology to your private workspace so related learning is easier to organise and revisit.
What is Terraform?
Terraform is an Infrastructure as Code platform used to provision and manage cloud infrastructure across providers like AWS, Azure and Google Cloud using declarative configuration.
Terraform is an open-source Infrastructure as Code (IaC) tool created by HashiCorp that lets teams define cloud and on-premises infrastructure in a declarative configuration language (HCL). Instead of manually clicking through cloud consoles or scripting imperative API calls, engineers describe the desired end state of their infrastructure and Terraform determines the steps needed to reach it.
Terraform maintains a state file that maps configuration to real-world resources, enabling it to plan and apply incremental changes, detect drift, and safely destroy resources it manages. Its provider ecosystem covers most major cloud platforms (AWS, Azure, Google Cloud) as well as SaaS tools, making it a common backbone for multi-cloud and hybrid infrastructure automation.
Declaratively provisioning and managing cloud infrastructure in a repeatable, version-controlled way.
- Provisioning multi-cloud infrastructure from a single configuration
- Standing up repeatable environments (dev/staging/prod) from the same modules
- Managing infrastructure drift and change through a plan/apply workflow
- Integrating infrastructure provisioning into CI/CD pipelines
Explore related technologies
Related technologies
1 resource for Terraform
Browse by purpose, from definitions and learning through operations, diagnostics and controlled recovery.
Learn and operate with Terraform
Ordered as a reader progression -- from core definitions through to operational reference -- using only the content already connected in the technology registry.
Systems Engineering(1)
Learn the architecture, concepts and engineering context.