-
Notifications
You must be signed in to change notification settings - Fork 531
Labels
Class: Pattern Module 📦This is a pattern moduleThis is a pattern moduleNeeds: Triage 🔍Maintainers need to triage stillMaintainers need to triage stillType: AVM 🅰️ ✌️ Ⓜ️This is an AVM related issueThis is an AVM related issueType: Bug 🐛Something isn't workingSomething isn't working
Description
Check for previous/existing GitHub issues
- I have checked for previous/existing GitHub issues
Issue Type?
Bug
Module Name
avm/ptn/lz/sub-vending
(Optional) Module Version
0.5.2
Description
I am trying to configure/deploy serviceEndpoints on a subnet. I see that these are not created. Furthermore, i do not see that virtualNetworkSubnets.serviceEndpoints are used in the subResourceWrapper.bicep (ln 659):
subnets: [
for (subnet, i) in virtualNetworkSubnets: (!empty(virtualNetworkSubnets))
? {
name: subnet.name
addressPrefix: subnet.?addressPrefix
ipamPoolPrefixAllocations: subnet.?ipamPoolPrefixAllocations
networkSecurityGroupResourceId: (virtualNetworkDeployBastion || subnet.name == 'AzureBastionSubnet')
? createBastionNsg.?outputs.resourceId
: resourceId(
subscriptionId,
virtualNetworkResourceGroupName,
'Microsoft.Network/networkSecurityGroups',
'${createLzNsg[i].?outputs.name}'
)
routeTableResourceId: (!empty(subnet.?routeTableName) && !empty(routeTablesResourceGroupName))
? resourceId(
subscriptionId,
routeTablesResourceGroupName,
'Microsoft.Network/routeTables',
subnet.?routeTableName ?? ''
)
: null
natGatewayResourceId: virtualNetworkDeployNatGateway && (subnet.?associateWithNatGateway ?? false)
? createNatGateway.?outputs.resourceId
: null
delegation: subnet.?delegation
}
: {}
](Optional) Correlation Id
No response
Reactions are currently unavailable
Metadata
Metadata
Labels
Class: Pattern Module 📦This is a pattern moduleThis is a pattern moduleNeeds: Triage 🔍Maintainers need to triage stillMaintainers need to triage stillType: AVM 🅰️ ✌️ Ⓜ️This is an AVM related issueThis is an AVM related issueType: Bug 🐛Something isn't workingSomething isn't working
Type
Projects
Status
Done