From 2402916336dfa6ccc4b84f7e37a4bfe7e140472c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kaarlo=20R=C3=A4ih=C3=A4?= Date: Tue, 22 Feb 2022 19:22:15 +0200 Subject: [PATCH] Fix resources typo in 101-web-app-linux-container resoruce -> resource --- quickstart/101-web-app-linux-container/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }