terraform fmt

This commit is contained in:
ryhud
2021-11-12 15:37:16 -05:00
parent 442a99009d
commit b16eefa5ca
6 changed files with 252 additions and 252 deletions

View File

@ -24,5 +24,5 @@ resource "azurerm_resource_group" "default" {
resource "azurerm_resource_group" "hub_rg" {
name = "rg-hub-${var.name}-${var.environment}"
location = var.location
}