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] 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" }