Ran 'terraform fmt' against code being modified in this PR'

This commit is contained in:
Tom Archer
2022-08-24 06:50:04 -07:00
parent 32a23622d0
commit 4a706b9f6d
10 changed files with 28 additions and 28 deletions

View File

@ -1,9 +1,9 @@
variable "resource_group_name_prefix" {
default = "rg"
description = "Prefix of the resource group name that's combined with a random ID so name is unique in your Azure subscription."
default = "rg"
description = "Prefix of the resource group name that's combined with a random ID so name is unique in your Azure subscription."
}
variable "resource_group_location" {
default = "eastus"
description = "Location of the resource group."
default = "eastus"
description = "Location of the resource group."
}