azure-terraform

Validate Azure Terraform modules against Azure Verified Module standards.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/digitalhand/claude-skills-agents --skill azure-terraform-digitalhand
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-terraform
Source: https://github.com/digitalhand/claude-skills-agents/tree/main/skills/terraform-patterns
Command: npx skills add https://github.com/digitalhand/claude-skills-agents --skill azure-terraform-digitalhand

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill enforces critical standards for Azure Terraform modules, ensuring consistency, quality, and maintainability across your infrastructure-as-code deployments.

Core Features & Use Cases

  • Code Style Enforcement: Ensures adherence to naming conventions, resource ordering, and block formatting.
  • Variable & Output Management: Guides the definition and usage of variables and outputs for clarity and security.
  • Testing & Documentation: Mandates automated testing and documentation generation for robust and well-documented modules.
  • Use Case: When developing a new Azure resource module, use this Skill to automatically validate that your Terraform code meets all Azure Verified Module (AVM) requirements before merging.

Quick Start

Use the azure-terraform skill to validate the current Terraform code against Azure Verified Module standards.

Frequently Asked Questions about azure-terraform

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I validate Azure Terraform code against Azure Verified Module specifications?

To validate Azure Terraform code, this Skill enforces Azure Verified Module (AVM) specifications by checking code style, variable and output definitions, testing, and documentation. It ensures your infrastructure-as-code meets consistency and quality requirements before merging.

What is the best way to enforce naming conventions in Azure Terraform deployments?

The best way to enforce naming conventions in Azure Terraform deployments is to apply this Skill, which validates resource ordering, block formatting, and variable definitions to ensure consistency, quality, and maintainability across your modules.

Can I use this Skill to enforce automated testing for Azure Terraform modules?

Yes, you can use this Skill to enforce automated testing for Azure Terraform modules. It mandates automated testing and documentation generation to ensure your infrastructure-as-code deployments remain robust and well-documented.

Does this Skill address Azure Verified Module requirements for variable and output management?

Yes, this Skill addresses Azure Verified Module requirements by guiding the definition and usage of variables and outputs. It ensures clarity and security within your Azure Terraform infrastructure-as-code deployments.

When do I need to enforce AVM standards in Azure Terraform?

You need to enforce AVM standards in Azure Terraform when developing a new Azure resource module. This Skill automatically validates that your Terraform code meets all Azure Verified Module requirements for consistency and maintainability before merging.