Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/Azure/ALZ-Bicep into additi…
Browse files Browse the repository at this point in the history
…onal-toggles
  • Loading branch information
oZakari committed Dec 7, 2023
2 parents 6f71887 + 17edce4 commit 3a03dbd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ module modBastionPublicIp '../publicIp/publicIp.bicep' = if (parAzBastionEnabled
}
}

resource resBastionSubnetRef 'Microsoft.Network/virtualNetworks/subnets@2023-02-01' existing = {
resource resBastionSubnetRef 'Microsoft.Network/virtualNetworks/subnets@2023-02-01' existing = if (parAzBastionEnabled) {
parent: resHubVnet
name: 'AzureBastionSubnet'
}
Expand Down

0 comments on commit 3a03dbd

Please sign in to comment.