https://github.com/gabegi/azure-api-management-terraform
https://github.com/gabegi/azure-api-management-terraform
api apim azure
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gabegi/azure-api-management-terraform
- Owner: Gabegi
- License: mit
- Created: 2025-01-13T09:15:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-11T13:16:33.000Z (over 1 year ago)
- Last Synced: 2025-03-11T13:48:09.168Z (over 1 year ago)
- Topics: api, apim, azure
- Language: HCL
- Homepage: https://medium.com/@codebob75/azure-apim-using-terraform-f439e93bb4f1
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Azure-API-Management-Terraform
This repository provides code examples that are explained in this blog [Azure APIM Using Terraform](https://medium.com/@codebob75/azure-apim-using-terraform-f439e93bb4f1)
You might also want to check out my Terraform APIM Module to automate Azure APIM resource creation [Azure APIM Terraform Module](https://github.com/Gabegi/Azure_APIM_Resources_Terraform_Module)
To use this code, first create a tfvars file with your subscription key in the folder vars.
Then, navigate to the repo and run:
- terraform init
- terraform plan -var-file="vars/values.tfvars"
- terraform apply -auto-approve -var-file="vars/values.tfvars"
- terraform destroy -var-file="vars/values.tfvars"