Merge pull request #78 from mcraiha/typofix
Fix resource TYPOs in variables
This commit is contained in:
commit
18b79a7eda
@ -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"
|
||||
}
|
||||
|
||||
|
@ -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"
|
||||
}
|
||||
|
||||
|
@ -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"
|
||||
}
|
||||
|
||||
|
@ -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"
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user