skills/smithery.ai/terraform-azure

terraform-azure

Installation
SKILL.md

Terraform Azure Skill

Production patterns for Azure infrastructure provisioning with security best practices.

Provider Setup

terraform {
  required_providers {
    azurerm = {
      source  = "hashicorp/azurerm"
      version = "~> 3.80"
    }
    azuread = {
      source  = "hashicorp/azuread"
      version = "~> 2.45"
    }
  }
}
Installs
1
First Seen
Mar 30, 2026
terraform-azure from smithery.ai