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,8 +1,8 @@
resource "random_pet" "rg_name" {
prefix = var.resource_group_name_prefix
prefix = var.resource_group_name_prefix
}
resource "azurerm_resource_group" "rg" {
name = random_pet.rg_name.id
location = var.resource_group_location
name = random_pet.rg_name.id
location = var.resource_group_location
}