You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: quickstart/101-vm-with-infrastructure/readme.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,11 @@ This template deploys a Linux virtual machine (VM) with infrastructure that incl
25
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
26
|`resource_group_location`| Location of the resource group. | eastus |
27
27
28
+
|**Name**|**Description**|**Default**|
29
+
|---|---|---|
30
+
|`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 |
31
+
|`resource_group_location`| Location of the resource group. | eastus |
32
+
28
33
## Example
29
34
30
35
To see how to run this example, see [Quickstart: Configure a Linux virtual machine in Azure using Terraform](https://docs.microsoft.com/azure/developer/terraform/create-linux-virtual-machine-with-infrastructure).
0 commit comments