Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imjoseangel/terraform-azurerm-apimanagement
Terraform Module for deploying a Azure API Management Service
https://github.com/imjoseangel/terraform-azurerm-apimanagement
Last synced: 2 days ago
JSON representation
Terraform Module for deploying a Azure API Management Service
- Host: GitHub
- URL: https://github.com/imjoseangel/terraform-azurerm-apimanagement
- Owner: imjoseangel
- License: mit
- Created: 2023-02-03T07:33:04.000Z (almost 2 years ago)
- Default Branch: devel
- Last Pushed: 2024-05-13T04:41:13.000Z (8 months ago)
- Last Synced: 2024-05-15T20:13:55.238Z (8 months ago)
- Language: HCL
- Size: 83 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# terraform-azurerm-api-managemenet
[![Terraform](https://github.com/imjoseangel/terraform-azurerm-apimanagement/actions/workflows/terraform.yml/badge.svg)](https://github.com/imjoseangel/terraform-azurerm-apimanagement/actions/workflows/terraform.yml)
## Deploys an API Management Service on Azure
This Terraform module deploys an API Management Service on Azure
### NOTES
* Log Analytics can be created on the side.
## Usage in Terraform 1.0
```terraform
module "apim" {
source = "github.com/imjoseangel/terraform-azurerm-apimanagement"
name = "myapim"
resource_group_name = "rsg-apim"
location = "westeurope"
create_resource_group = true
}
```## Authors
Originally created by [imjoseangel](http://github.com/imjoseangel)
## License
[MIT](LICENSE)