AI AGENT ADDONS

Terraform Stacks

hashicorp/agent-skills

Terraform Stacks help you manage large cloud setups with ease. They let you group multiple infrastructure pieces into one stack. This makes it simpler to deploy across different regions or environments.

You use special files like .tfcomponent.hcl and .tfdeploy.hcl to define components and deployments. Each component wraps a Terraform module. Each deployment sets specific values for a target environment.

Anyone building multi-account or multi-region infrastructure will benefit. The stack language handles dependencies automatically. This saves time and reduces mistakes.

Add Terraform Stacks skill to your workflow

Global

mkdir -p ~/.claude/skills/terraform-stacks

Project

mkdir -p .claude/skills/terraform-stacks

Source Repository

Stars
689
Forks
79
Watchers
689
License
MPL-2.0
Last Push
2 months ago
Created
9 months ago