From ae358385cc491133a1f5a4282082616a3b67fab8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kaarlo=20R=C3=A4ih=C3=A4?= Date: Tue, 22 Feb 2022 19:21:05 +0200 Subject: [PATCH] Fix resources typo in 101-web-app-windows-dotnet resoruce -> resource --- quickstart/101-web-app-windows-dotnet/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickstart/101-web-app-windows-dotnet/variables.tf b/quickstart/101-web-app-windows-dotnet/variables.tf index 4c9a825b..ebdaa2cc 100644 --- a/quickstart/101-web-app-windows-dotnet/variables.tf +++ b/quickstart/101-web-app-windows-dotnet/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" }