We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52e7aee commit 02bbf06Copy full SHA for 02bbf06
scenarios/AksOpenAiTerraform/terraform/modules/nat_gateway/main.tf
@@ -39,4 +39,7 @@ resource "azurerm_subnet_nat_gateway_association" "nat-avd-sessionhosts" {
39
for_each = var.subnet_ids
40
subnet_id = each.value
41
nat_gateway_id = azurerm_nat_gateway.nat_gateway.id
42
+ depends_on = [
43
+ module.virtual_network
44
+ ]
45
}
0 commit comments