Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TomArcherMsft committed Aug 10, 2023
1 parent 812e126 commit c82508a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quickstart/101-front-door-standard-premium/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ variable "front_door_sku_name" {
default = "Standard_AzureFrontDoor"
validation {
condition = contains(["Standard_AzureFrontDoor", "Premium_AzureFrontDoor"], var.front_door_sku_name)
error_message = "The SKU value must be one of the following: Standard_AzureFrontDoor or Premium_AzureFrontDoor."
error_message = "The SKU value must be one of the following: Standard_AzureFrontDoor, Premium_AzureFrontDoor."
}
}

0 comments on commit c82508a

Please sign in to comment.