Skip to content

Commit

Permalink
modified output for NAT gateway from feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
asudbring authored and lonegunmanb committed Feb 21, 2024
1 parent 095c904 commit 89f82a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions quickstart/201-private-link-sql-database/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ output "subnet_name_1" {
value = azurerm_subnet.my_terraform_subnet_1.name
}

output "nat_gateway" {
output "nat_gateway_name" {
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" {
Expand Down

0 comments on commit 89f82a6

Please sign in to comment.