fixed formatting

This commit is contained in:
asudbring 2024-02-12 14:20:49 -08:00 committed by lonegunmanb
parent 9083f1a72b
commit 095c904b90
2 changed files with 4 additions and 4 deletions

View File

@ -13,7 +13,7 @@ output "subnet_name_1" {
value = azurerm_subnet.my_terraform_subnet_1.name
}
output "nat_gateway"{
output "nat_gateway" {
description = "The name of the created NAT gateway."
value = azurerm_nat_gateway.my_nat_gateway.id
}

View File

@ -18,7 +18,7 @@ terraform {
provider "azurerm" {
features {
resource_group {
prevent_deletion_if_contains_resources = false
}
}
prevent_deletion_if_contains_resources = false
}
}
}