Skip to content

Commit 7cf420d

Browse files
committed
Updated readme for several samples
1 parent 0a1a441 commit 7cf420d

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

quickstart/101-attestation-provider/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ This template deploys an [Attestation provider](/azure/attestation/overview) on
1212

1313
| Name | Description | Default |
1414
|-|-|-|
15-
| `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 |
16-
| `resource_group_location` | (Optional) Azure Region in which to deploy these resources.| eastus |
15+
| `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 |
16+
| `resource_group_location` | Location of the resource group. | eastus |
1717
| `attestation_provider_name` | Name of the Attestation provider | attestationprovider007 |
1818

1919
## Example

quickstart/101-resource-group/readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ This template deploys an Azure resource group with a random name beginning with
99

1010
## Variables
1111

12-
| Name | Description |
13-
|-|-|
14-
| `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|
15-
| `resource_group_location` | (Optional) Azure Region in which to deploy these resources. Value defaults to: eastus |
12+
| Name | Description | Default |
13+
|-|-|-|
14+
| `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 |
15+
| `resource_group_location` | Location of the resource group. | eastus |
1616

1717
## Example
1818

quickstart/101-vm-with-infrastructure/readme.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@ This template deploys a Linux virtual machine (VM) with infrastructure that incl
1313
- [azurerm_network_security_group](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/network_security_group)
1414
- [azurerm_network_interface](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/network_interface)
1515
- [azurerm_network_interface_security_group_association](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/network_interface_security_group_association)
16-
- [random_id](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/id)
16+
- [random_id](https://registry.terraform.io/providers/hashicorp/random/latest/docs/resources/id)
1717
- [azurerm_storage_account](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/storage_account)
18-
- [tls_private_key](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/private_key)
18+
- [tls_private_key](https://registry.terraform.io/providers/hashicorp/tls/latest/docs/resources/private_key)
1919
- [azurerm_linux_virtual_machine](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/linux_virtual_machine)
2020

2121
## Variables
2222

23-
| Name | Description |
23+
| Name | Description | Default |
2424
|-|-|
25-
| `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|
26-
| `resource_group_location` | (Optional) Azure Region in which to deploy these resources. Value defaults to: eastus |
25+
| `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 |
26+
| `resource_group_location` | Location of the resource group. | eastus |
2727

2828
## Example
2929

quickstart/201-mysql-fs-db/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ This template deploys an [Azure MySQL Flexible Server Database](https://registry
1919

2020
| Name | Description | Default |
2121
|-|-|-|
22-
| `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|
23-
| `resource_group_location` | (Optional) Azure Region in which to deploy these resources. Value defaults to: eastus |
22+
| `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 |
23+
| `resource_group_location` | Location of the resource group. | eastus |
2424

2525
## Example
2626

0 commit comments

Comments
 (0)