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