Merge pull request #78 from mcraiha/typofix

Fix resource TYPOs in variables
This commit is contained in:
Mark Gray (MSFT) 2022-04-13 16:35:11 -07:00 committed by GitHub
commit 18b79a7eda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -12,7 +12,7 @@ variable "environment" {
variable "location" { variable "location" {
type = "string" type = "string"
description = "Location to deploy the resoruce group" description = "Location to deploy the resource group"
default = "West US 2" default = "West US 2"
} }

View File

@ -12,7 +12,7 @@ variable "environment" {
variable "location" { variable "location" {
type = "string" type = "string"
description = "Location to deploy the resoruce group" description = "Location to deploy the resource group"
default = "West US 2" default = "West US 2"
} }

View File

@ -12,7 +12,7 @@ variable "environment" {
variable "location" { variable "location" {
type = "string" type = "string"
description = "Location to deploy the resoruce group" description = "Location to deploy the resource group"
default = "West US 2" default = "West US 2"
} }

View File

@ -12,7 +12,7 @@ variable "environment" {
variable "location" { variable "location" {
type = "string" type = "string"
description = "Location to deploy the resoruce group" description = "Location to deploy the resource group"
default = "West US 2" default = "West US 2"
} }