Specialized Terraform task execution skill for autonomous infrastructure operations. Handles code generation, debugging, version management (1.10-1.14+), security scanning, and architecture design across all providers (AWS 6.0, AzureRM 4.x, GCP) and platforms. Covers ephemeral values, Terraform Stacks, policy-as-code, and 2025 best practices.
View on GitHubJosiahSiegel/claude-plugin-marketplace
terraform-master
plugins/terraform-master/skills/terraform-tasks/SKILL.md
January 20, 2026
Select agents to install to:
npx add-skill https://github.com/JosiahSiegel/claude-plugin-marketplace/blob/main/plugins/terraform-master/skills/terraform-tasks/SKILL.md -a claude-code --skill terraform-tasksInstallation paths:
.claude/skills/terraform-tasks/<!-- Progressive Disclosure References: - references/aws-provider-6.md - AWS Provider 6.0 breaking changes and migration - references/azurerm-4.md - AzureRM 4.x features and migration - references/ephemeral-values.md - Terraform 1.10+ ephemeral values for secrets - references/terraform-stacks.md - Terraform Stacks (GA 2025) reference --> # Terraform Tasks Skill ## ๐จ CRITICAL GUIDELINES ### Windows File Path Requirements **MANDATORY: Always Use Backslashes on Windows for File Paths** When using Edit or Write tools on Windows, you MUST use backslashes (`\`) in file paths, NOT forward slashes (`/`). **Examples:** - โ WRONG: `D:/repos/project/file.tsx` - โ CORRECT: `D:\repos\project\file.tsx` This applies to: - Edit tool file_path parameter - Write tool file_path parameter - All file operations on Windows systems ### Documentation Guidelines **NEVER create new documentation files unless explicitly requested by the user.** - **Priority**: Update existing README.md files rather than creating new documentation - **Repository cleanliness**: Keep repository root clean - only README.md unless user requests otherwise - **Style**: Documentation should be concise, direct, and professional - avoid AI-generated tone - **User preference**: Only create additional .md files when user specifically asks for documentation --- This skill enables autonomous execution of complex Terraform tasks with comprehensive provider knowledge and platform awareness. ## Capabilities ### 1. Infrastructure Code Generation Generate complete, production-ready Terraform code for any cloud provider: **Process**: 1. Determine provider and version from user context 2. Research latest provider documentation if needed 3. Generate complete configurations with: - Provider version constraints - Resource configurations - Variables with validation - Outputs - Security best practices - Platform-specific considerations **Example Tasks**: - "Create Azure Storage Account with privat