Skip to content

Commit 991f838

Browse files
Merge pull request #215942 from johndowns/front-door-terraform-tweaks
Front Door - Tweaks to Terraform quickstarts
2 parents da5f6d4 + 10d5d9b commit 991f838

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/frontdoor/create-front-door-terraform.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ The steps in this article were tested with the following Terraform and Terraform
211211
type = string
212212
default = "Standard_AzureFrontDoor"
213213
validation {
214-
condition = contains(["Standard_AzureFrontDoor", "Premium_AzureFrontDoor"], var. front_door_sku_name)
214+
condition = contains(["Standard_AzureFrontDoor", "Premium_AzureFrontDoor"], var.front_door_sku_name)
215215
error_message = "The SKU value must be Standard_AzureFrontDoor or Premium_AzureFrontDoor."
216216
}
217217
}

articles/frontdoor/quickstart-create-front-door-terraform.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'Quickstart: Create an Azure Front Door Service using Terraform'
2+
title: 'Quickstart: Create an Azure Front Door (classic) using Terraform'
33
description: This quickstart describes how to create an Azure Front Door Service using Terraform.
44
services: front-door
55
documentationcenter:

0 commit comments

Comments
 (0)