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,3 +1,3 @@
output "resource_group_name" {
value = azurerm_resource_group.rg.name
value = azurerm_resource_group.rg.name
}