Skip to main content

14 docs tagged with "Terraform"

Terraform related topics.

View All Tags

atmos-terraform-apply

This Github Action is used to run Terraform apply for a single, Atmos-supported component with a saved planfile in S3 and DynamoDB.

atmos-terraform-plan

This Github Action is used to run Terraform plan for a single, Atmos-supported component and save the given planfile to S3 and DynamoDB.

HashiCorp Language (HCL)

HCL is HashiCorp's configuration language used in multiple products, but most notably in `terraform`.

Infrastructure as Code (IaC)

Infrastructure as Code (IaC) is the process of managing/provisioning Infrastructure as a Service (IaaS) using machine-readable definition files (usually DSLs), rather than rely on humans doing physical/manual hardware configuration.

Terraform Root Module

Every Terraform configuration has at least one module, known as its root module, which consists of the resources defined in the `.tf` files in the main working directory. Root modules are the terraform configuration that we actually **apply** and have terraform state.

Tools

The many tools that make up the SweetOps approach