skills/smithery.ai/terraform-cli

terraform-cli

Installation
SKILL.md

When to Use

  • Validating Terraform configurations
  • Planning infrastructure changes
  • Applying infrastructure changes (with approval)
  • Security scanning IaC

Prerequisites

  • Terraform >= 1.5.0 installed
  • Azure CLI authenticated
  • Backend storage account accessible
  • Environment variables: ARM_SUBSCRIPTION_ID, ARM_TENANT_ID

Commands

Format & Validate

# Check formatting
terraform fmt -check -recursive -diff
Installs
1
First Seen
Mar 26, 2026
terraform-cli from smithery.ai