Deploy infrastructure with Terraform
terraform-skillskillsetup L3★0
Sheshiyer/skill-clusters ↗What it does
Write, plan, apply, and audit IaC changes with cost estimation and state safety
Best for
Infrastructure changes where accidental destruction is costly, requiring plan review before apply.
Inputs
- · HCL .tf files
- · terraform.tfvars variables
Outputs
- · terraform plan output
- · applied infrastructure
- · cost estimate (delta)
Requires
- · Terraform binary >= 1.0
- · AWS/GCP/Azure CLI
- · tfstate backend (S3/GCS)
Preconditions
Terraform initialized, backend configured, credentials in env
Failure modes
- · State drift undetected
- · Plan shows -destroy without warning
Trust signals
- · Plan before apply enforced
- · State lock + backup
- · Cost estimation per resource