Devops 28 installs

Import Infrastructure as Code (Azure -> Terraform with AVM)

by github/awesome-copilot

Import existing Azure resources into Terraform using Azure CLI discovery and Azure Verified Modules (AVM). Use when asked to reverse-engineer live Azure…

Skill content

Import Infrastructure as Code (Azure -> Terraform with AVM)

Convert existing Azure infrastructure into maintainable Terraform code using discovery data and Azure Verified Modules.

When to Use This Skill

Use this skill when the user asks to:

- Import existing Azure resources into Terraform

- Generate IaC from live Azure environments

- Handle any Azure resource type supported by AVM (and document justified non-AVM fallbacks)

- Recreate infrastructure from a subscription or resource group

- Map dependencies between discovered Azure resources

- Use AVM modules instead of handwritten azurerm_* resources

Prerequisites