Skip to content

Commit

Permalink
Merge pull request #1052 from Azure/gh-action-stability-2
Browse files Browse the repository at this point in the history
unique deployment name for dns zone delegation
  • Loading branch information
tony-schndr authored Jan 7, 2025
2 parents 3e74117 + f5f44c2 commit a38114a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-infrastructure/templates/region.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ resource regionalZone 'Microsoft.Network/dnsZones@2018-05-01' = {
}

module regionalZoneDelegation '../modules/dns/zone-delegation.bicep' = {
name: '${deployment().name}-zone-deleg'
name: '${regionalDNSSubdomain}-zone-deleg'
scope: resourceGroup(baseDNSZoneResourceGroup)
params: {
childZoneName: regionalDNSSubdomain
Expand Down

0 comments on commit a38114a

Please sign in to comment.