diff --git a/quickstart/101-web-app-linux-container/variables.tf b/quickstart/101-web-app-linux-container/variables.tf index 4c9a825b..ebdaa2cc 100644 --- a/quickstart/101-web-app-linux-container/variables.tf +++ b/quickstart/101-web-app-linux-container/variables.tf @@ -12,7 +12,7 @@ variable "environment" { variable "location" { type = "string" - description = "Location to deploy the resoruce group" + description = "Location to deploy the resource group" default = "West US 2" }