Skip to content

Commit 18b79a7

Browse files
authored
Merge pull request microsoft#78 from mcraiha/typofix
Fix resource TYPOs in variables
2 parents ffa78e6 + 9b007da commit 18b79a7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

quickstart/101-web-app-linux-container/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ variable "environment" {
1212

1313
variable "location" {
1414
type = "string"
15-
description = "Location to deploy the resoruce group"
15+
description = "Location to deploy the resource group"
1616
default = "West US 2"
1717
}
1818

quickstart/101-web-app-linux-java/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ variable "environment" {
1212

1313
variable "location" {
1414
type = "string"
15-
description = "Location to deploy the resoruce group"
15+
description = "Location to deploy the resource group"
1616
default = "West US 2"
1717
}
1818

quickstart/101-web-app-windows-dotnet/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ variable "environment" {
1212

1313
variable "location" {
1414
type = "string"
15-
description = "Location to deploy the resoruce group"
15+
description = "Location to deploy the resource group"
1616
default = "West US 2"
1717
}
1818

quickstart/201-web-app-docker-acr/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ variable "environment" {
1212

1313
variable "location" {
1414
type = "string"
15-
description = "Location to deploy the resoruce group"
15+
description = "Location to deploy the resource group"
1616
default = "West US 2"
1717
}
1818

0 commit comments

Comments
 (0)