Skip to content

Commit 01c7abe

Browse files
committed
Changes per tech review
1 parent a8ba805 commit 01c7abe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

quickstart/101-resource-group/readme.md

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

55
## Terraform resource types
66

7-
- [random_uuid](https://registry.terraform.io/providers/hashicorp/random/latest/docs/resources/uuid)
7+
- [random_pet](https://registry.terraform.io/providers/hashicorp/random/latest/docs/resources/pet)
88
- [azurerm_resource_group](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/resource_group)
99

1010
## Variables
1111

1212
| Name | Description |
1313
|-|-|
14-
| `resource_group_name_prefix` | (Optional) Prefix of the resource group name that's combined with a random number so name is unique in your Azure subscription. |
15-
| `resource_group_location` | (Optional) The Azure Region to deploy these resources in |
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 |
1616

1717
## Example
1818

0 commit comments

Comments
 (0)