From 7cf420ddb59be7e390b631103f541ed7d27ee1e6 Mon Sep 17 00:00:00 2001 From: Tom Archer Date: Mon, 29 Aug 2022 16:41:46 -0700 Subject: [PATCH] Updated readme for several samples --- quickstart/101-attestation-provider/readme.md | 4 ++-- quickstart/101-resource-group/readme.md | 8 ++++---- quickstart/101-vm-with-infrastructure/readme.md | 10 +++++----- quickstart/201-mysql-fs-db/readme.md | 4 ++-- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/quickstart/101-attestation-provider/readme.md b/quickstart/101-attestation-provider/readme.md index f42ce260..41ff569a 100644 --- a/quickstart/101-attestation-provider/readme.md +++ b/quickstart/101-attestation-provider/readme.md @@ -12,8 +12,8 @@ This template deploys an [Attestation provider](/azure/attestation/overview) on | Name | Description | Default | |-|-|-| -| `resource_group_name_prefix` | (Optional) 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` | (Optional) Azure Region in which to deploy these resources.| eastus | +| `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 | | `attestation_provider_name` | Name of the Attestation provider | attestationprovider007 | ## Example diff --git a/quickstart/101-resource-group/readme.md b/quickstart/101-resource-group/readme.md index 84273e40..377234a3 100644 --- a/quickstart/101-resource-group/readme.md +++ b/quickstart/101-resource-group/readme.md @@ -9,10 +9,10 @@ This template deploys an Azure resource group with a random name beginning with ## Variables -| Name | Description | -|-|-| -| `resource_group_name_prefix` | (Optional) Prefix of the resource group name that's combined with a random ID so name is unique in your Azure subscription. Value defaults to: rg| -| `resource_group_location` | (Optional) Azure Region in which to deploy these resources. Value defaults to: eastus | +| Name | Description | Default | +|-|-|-| +| `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 | ## Example diff --git a/quickstart/101-vm-with-infrastructure/readme.md b/quickstart/101-vm-with-infrastructure/readme.md index 2f320394..02772c5e 100644 --- a/quickstart/101-vm-with-infrastructure/readme.md +++ b/quickstart/101-vm-with-infrastructure/readme.md @@ -13,17 +13,17 @@ This template deploys a Linux virtual machine (VM) with infrastructure that incl - [azurerm_network_security_group](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/network_security_group) - [azurerm_network_interface](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/network_interface) - [azurerm_network_interface_security_group_association](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/network_interface_security_group_association) -- [random_id](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/id) +- [random_id](https://registry.terraform.io/providers/hashicorp/random/latest/docs/resources/id) - [azurerm_storage_account](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/storage_account) -- [tls_private_key](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/private_key) +- [tls_private_key](https://registry.terraform.io/providers/hashicorp/tls/latest/docs/resources/private_key) - [azurerm_linux_virtual_machine](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/linux_virtual_machine) ## Variables -| Name | Description | +| Name | Description | Default | |-|-| -| `resource_group_name_prefix` | (Optional) Prefix of the resource group name that's combined with a random ID so name is unique in your Azure subscription. Value defaults to: rg| -| `resource_group_location` | (Optional) Azure Region in which to deploy these resources. Value defaults to: eastus | +| `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 | ## Example diff --git a/quickstart/201-mysql-fs-db/readme.md b/quickstart/201-mysql-fs-db/readme.md index bac940f1..286650fc 100644 --- a/quickstart/201-mysql-fs-db/readme.md +++ b/quickstart/201-mysql-fs-db/readme.md @@ -19,8 +19,8 @@ This template deploys an [Azure MySQL Flexible Server Database](https://registry | Name | Description | Default | |-|-|-| -| `resource_group_name_prefix` | (Optional) Prefix of the resource group name that's combined with a random ID so name is unique in your Azure subscription. Value defaults to: rg| -| `resource_group_location` | (Optional) Azure Region in which to deploy these resources. Value defaults to: eastus | +| `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 | ## Example