Use case
Infrastructure as code
Codify and version infrastructure to enable and accelerate cloud adoption
Challenge
Manual provisioning is slow and cumbersome
Provisioning infrastructure through point-and-click GUIs or custom scripts is slow, error-prone, inefficient, and doesn't scale.
Solution
Automate infrastructure provisioning on any cloud
With HashiCorp Terraform, provisioning and security can be automated with declarative infrastructure and policy as code. Infrastructure and policies are codified, shared, versioned, and executed within a workflow that is consistent across all infrastructure.
Docs
Terraform language documentation
The Terraform language is declarative, describing an intended goal rather than the steps to reach that goal.
Terraform CLI documentation
The command line interface to Terraform is via the `terraform` command, which accepts a variety of subcommands.
CDK for Terraform
Cloud Development Kit for Terraform (CDKTF) allows you to use familiar programming languages to define and provision infrastructure.
Introduction to HashiCorp Terraform
HashiCorp Co-Founder and CTO Armon Dadgar explains the basics of Terraform, what it is, and how it works in this informative whiteboard video.