From 497661a7aabc390b16da501747313863e77a68fe Mon Sep 17 00:00:00 2001 From: John Downs Date: Fri, 18 Nov 2022 12:48:30 +1300 Subject: [PATCH] Update readme --- quickstart/101-front-door-classic/readme.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/quickstart/101-front-door-classic/readme.md b/quickstart/101-front-door-classic/readme.md index e7f1186e..05f442d1 100644 --- a/quickstart/101-front-door-classic/readme.md +++ b/quickstart/101-front-door-classic/readme.md @@ -12,11 +12,11 @@ This template deploys an [Azure Front Door (classic)](https://registry.terraform ## Variables -| Name | Description | -|-|-| -| `location` | The location for all the deployed resources. | -| `resource_group_name` | The name of the resource group to deploy. | -| `backend_address` | The host name or IP address of the backend application. | +| Name | Description | Default Value | +|-|-|-| +| `location` | The location for all the deployed resources. | `westus2` | +| `resource_group_name` | The name of the resource group to deploy. | `FrontDoor` | +| `backend_address` | The host name or IP address of the backend application. | | ## Example