Skip to content

Commit

Permalink
refactor: Update publicIpZones parameter in virtual-network-gateway m…
Browse files Browse the repository at this point in the history
…odule
  • Loading branch information
sebassem committed Sep 26, 2024
1 parent 9465f14 commit 05277af
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions avm/res/network/virtual-network-gateway/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1255,6 +1255,7 @@ module virtualNetworkGateway 'br/public:avm/res/network/virtual-network-gateway:
vNetResourceId: '<vNetResourceId>'
// Non-required parameters
location: '<location>'
publicIpZones: []
skuName: 'VpnGw1'
}
}
Expand Down Expand Up @@ -1291,6 +1292,9 @@ module virtualNetworkGateway 'br/public:avm/res/network/virtual-network-gateway:
"location": {
"value": "<location>"
},
"publicIpZones": {
"value": []
},
"skuName": {
"value": "VpnGw1"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,9 @@ module testDeployment '../../../main.bicep' = [
name: '${namePrefix}${serviceShort}001'
skuName: 'VpnGw1'
gatewayType: 'Vpn'
publicIpZones: []
vNetResourceId: nestedDependencies.outputs.vnetResourceId
clusterSettings:{
clusterSettings: {
clusterMode: 'activePassiveNoBgp'
}
}
Expand Down

0 comments on commit 05277af

Please sign in to comment.