modified output for NAT gateway from feedback
This commit is contained in:
parent
095c904b90
commit
89f82a6cd7
@ -13,9 +13,9 @@ output "subnet_name_1" {
|
|||||||
value = azurerm_subnet.my_terraform_subnet_1.name
|
value = azurerm_subnet.my_terraform_subnet_1.name
|
||||||
}
|
}
|
||||||
|
|
||||||
output "nat_gateway" {
|
output "nat_gateway_name" {
|
||||||
description = "The name of the created NAT gateway."
|
description = "The name of the created NAT gateway."
|
||||||
value = azurerm_nat_gateway.my_nat_gateway.id
|
value = azurerm_nat_gateway.my_nat_gateway.name
|
||||||
}
|
}
|
||||||
|
|
||||||
output "sql_server_name" {
|
output "sql_server_name" {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user