diff --git a/quickstart/201-azfw-with-ipgroups/readme.md b/quickstart/201-azfw-with-ipgroups/readme.md index 360db8d9..c1c78059 100644 --- a/quickstart/201-azfw-with-ipgroups/readme.md +++ b/quickstart/201-azfw-with-ipgroups/readme.md @@ -27,10 +27,10 @@ This template deploys an [Azure Firewall](https://registry.terraform.io/provider | Name | Description | Default value | |-|-|-| -| `resource_group_location` | The location of the resource group. | eastus | -| `firewall_sku_tier` | the sku size for your Firewall and Firewall Policy. | Possible values: Standard, Premium | -| `resource_group_name_prefix` | The prefix of the resource group name that's combined with a random ID so that name is unique in your Azure subscription. | rg | -| `virtual_machine_size` | The sku size for your jump and workload VMs. | Standard_D2_v3 | -| `admin_username` | The admin username for the jump and workload VMs. | azureuser | +| `resource_group_location` | Location of the resource group | eastus | +| `firewall_sku_tier` | SKU size for your Firewall and Firewall Policy. Possible values: Standard, Premium | Premium | +| `resource_group_name_prefix` | Prefix of the resource group name that's combined with a random ID so that name is unique in your Azure subscription. | rg | +| `virtual_machine_size` | SKU size for your jump and workload VMs | Standard_D2_v3 | +| `admin_username` | THe admin username for the jump and workload VMs | azureuser | ## Example \ No newline at end of file