Skip to content

Commit

Permalink
Update test values
Browse files Browse the repository at this point in the history
  • Loading branch information
oZakari committed Nov 27, 2024
1 parent 7bb229d commit 64390a4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ param parDdosProtectionPlanId string = ''
param parPrivateDnsResourceGroupId string = ''

@description('Location of Private DNS Zones.')
param parPrivateDnsZonesLocation string = 'eastus'
param parPrivateDnsZonesLocation string

@description('List of Private DNS Zones to audit under the Corp Management Group. This overwrites default values.')
param parPrivateDnsZonesNamesToAuditInCorp array = []
Expand Down Expand Up @@ -595,7 +595,7 @@ var varGeoCodes = {
westus3: 'wus3'
}

var varSelectedGeoCode = varGeoCodes[?parPrivateDnsZonesLocation] ?? 'changeme'
var varSelectedGeoCode = varGeoCodes[?parPrivateDnsZonesLocation]

var varPrivateDnsZonesFinalResourceIds = {
azureAcrPrivateDnsZoneId: '${varPrivateDnsZonesBaseResourceId}privatelink.azurecr.io'
Expand Down

0 comments on commit 64390a4

Please sign in to comment.