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.
Global
mkdir -p ~/.claude/skills/terraform-stacksProject
mkdir -p .claude/skills/terraform-stacksSource Repository
Azure Deploymicrosoft/azure-skills
Run Azure deployment commands with error recovery for already-prepared apps
Azure Preparemicrosoft/azure-skills
Generate Azure infrastructure code and config files for deployment preparation
Azure Storagemicrosoft/azure-skills
Store files, messages, and data with Azure Storage services easily.
Azure Validatemicrosoft/azure-skills
Validate your Azure deployment with thorough preflight checks on all prerequisites
Azure Resource Lookupmicrosoft/azure-skills
Find any Azure resource across subscriptions and groups easily
Azure Aigatewaymicrosoft/azure-skills
Govern your AI models and tools with Azure API Management gateway
Azure Resource Visualizermicrosoft/azure-skills
Map your Azure resources with clear architecture diagrams in minutes
Azure Rbacmicrosoft/azure-skills
Find the least privilege Azure RBAC role and generate CLI and Bicep code