avm-terraform-module-development
Installation
SKILL.md
Azure Verified Modules (AVM) Terraform
Azure Verified Modules (AVM) are pre-built, tested, and validated Terraform and Bicep modules that follow Azure best practices. Use these modules to create, update, or review Azure Infrastructure as Code (IaC) with confidence.
Development Workflow
Follow these steps in order when fixing an issue or adding a feature.
Step 1: Start from a clean main branch
git checkout main
git pull
Step 2: Create and checkout a feature/issue branch
git checkout -b feature/<short-description>