Skip to content

Commit

Permalink
use parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
jmservera committed Jul 26, 2024
1 parent e579147 commit 116c4f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocpp-server/infra/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ module customDomain 'modules/customWebName.bicep' = if (customDnsZoneName != '')
params: {
dnszoneName: customDnsZoneName
dnsZoneRG: dnsZoneRG
subdomain: 'www'
subdomain: webARecordName
webSiteName: webApp.outputs.webSiteName
keyVaultName: keyVaultName
keyVaultRG: keyVaultRG
Expand Down

0 comments on commit 116c4f7

Please sign in to comment.