fixed formatting
This commit is contained in:
parent
9083f1a72b
commit
095c904b90
@ -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
|
||||
}
|
||||
|
@ -18,7 +18,7 @@ terraform {
|
||||
provider "azurerm" {
|
||||
features {
|
||||
resource_group {
|
||||
prevent_deletion_if_contains_resources = false
|
||||
}
|
||||
}
|
||||
prevent_deletion_if_contains_resources = false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user