From ce4ead51b57972dd3769e61e27182fe2d1967217 Mon Sep 17 00:00:00 2001 From: Tom Archer Date: Thu, 9 Mar 2023 12:30:19 -0800 Subject: [PATCH] Added info to readme --- quickstart/101-azure-api-management-create/readme.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/quickstart/101-azure-api-management-create/readme.md b/quickstart/101-azure-api-management-create/readme.md index f3c9f5a9..eddc6dfd 100644 --- a/quickstart/101-azure-api-management-create/readme.md +++ b/quickstart/101-azure-api-management-create/readme.md @@ -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) - [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) ## 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_location` | Location of the resource group. | eastus | -| `publisher_email` | Email address of the owner of the service. | | -| `publisher_name` | Name 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 | | `sku` | Pricing tier of this API Management service | Developer | | `sku_count` | Instance size of this API Management service. | 1 |