Skip to content

Commit

Permalink
fixed formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
asudbring authored and lonegunmanb committed Feb 21, 2024
1 parent 9083f1a commit 095c904
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion quickstart/201-private-link-sql-database/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down
6 changes: 3 additions & 3 deletions quickstart/201-private-link-sql-database/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ terraform {
provider "azurerm" {
features {
resource_group {
prevent_deletion_if_contains_resources = false
}
}
prevent_deletion_if_contains_resources = false
}
}
}

0 comments on commit 095c904

Please sign in to comment.