Skip to content

Instantly share code, notes, and snippets.

View seanke's full-sized avatar

Sean Kelly seanke

View GitHub Profile
@seanke
seanke / main.tf
Created April 7, 2021 05:24
Terraform azurerm_api_management_api
variable "api_management_name" {}
variable "resource_group_name" {}
variable "name" {}
variable "revision" { default = 1 }
variable "display_name" {}
variable "path" {}
variable "backend_base_path" {}
variable "swagger_file_location" {}
variable "policy_file_location" {}
variable "backend_named_value_name" {}