apim-terraform

Installation
SKILL.md

APIM Terraform Skill

Guide for creating Terraform files for Azure API Management and related Azure services.

Quick Start

Minimum Viable APIM Deployment

terraform {
  required_version = ">=1.0"
  required_providers {
    azurerm = {
      source  = "hashicorp/azurerm"
      version = "~>4.0"
    }
  }
}
Installs
1
GitHub Stars
983
First Seen
2 days ago
apim-terraform — azure-samples/ai-gateway