Skip to content

Commit

Permalink
NAT Gateway hot fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
samaea committed Aug 9, 2024
1 parent f37cdb3 commit ad9777f
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions bicep/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -1244,11 +1244,13 @@ output aksPrivateDnsZoneName string = enablePrivateCluster && privateClusterDns

@description('Needing to seperately declare and union this because of https://github.com/Azure/AKS-Construction/issues/344')
var managedNATGatewayProfile = {
natGatewayProfile : {
managedOutboundIPProfile: {
count: natGwIpCount
networkProfile: {
natGatewayProfile : {
managedOutboundIPProfile: {
count: natGwIpCount
}
idleTimeoutInMinutes: natGwIdleTimeout
}
idleTimeoutInMinutes: natGwIdleTimeout
}
}

Expand Down

0 comments on commit ad9777f

Please sign in to comment.