Added info to readme
This commit is contained in:
@ -6,6 +6,7 @@ This template deploys an Azure API Management service.
|
|||||||
|
|
||||||
- [random_pet](https://registry.terraform.io/providers/hashicorp/random/latest/docs/resources/pet)
|
- [random_pet](https://registry.terraform.io/providers/hashicorp/random/latest/docs/resources/pet)
|
||||||
- [azurerm_resource_group](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/resource_group)
|
- [azurerm_resource_group](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/resource_group)
|
||||||
|
- [random_string](https://registry.terraform.io/providers/hashicorp/random/latest/docs/resources/string)
|
||||||
- [azurerm_api_management](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/api_management)
|
- [azurerm_api_management](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/api_management)
|
||||||
|
|
||||||
## Variables
|
## Variables
|
||||||
@ -14,7 +15,7 @@ This template deploys an Azure API Management service.
|
|||||||
|-|-|-|
|
|-|-|-|
|
||||||
| `resource_group_name_prefix` | Prefix of the resource group name that's combined with a random ID so name is unique in your Azure subscription. | rg |
|
| `resource_group_name_prefix` | Prefix of the resource group name that's combined with a random ID so name is unique in your Azure subscription. | rg |
|
||||||
| `resource_group_location` | Location of the resource group. | eastus |
|
| `resource_group_location` | Location of the resource group. | eastus |
|
||||||
| `publisher_email` | Email address of the owner of the service. | |
|
| `publisher_email` | Email address of the owner of the service. | test@contoso.com |
|
||||||
| `publisher_name` | Name of the owner of the service. | |
|
| `publisher_name` | Name of the owner of the service. | publisher |
|
||||||
| `sku` | Pricing tier of this API Management service | Developer |
|
| `sku` | Pricing tier of this API Management service | Developer |
|
||||||
| `sku_count` | Instance size of this API Management service. | 1 |
|
| `sku_count` | Instance size of this API Management service. | 1 |
|
||||||
|
Reference in New Issue
Block a user