Skip to content

Instantly share code, notes, and snippets.

@GrillPhil
Created April 6, 2023 11:29
Show Gist options
  • Save GrillPhil/302f2e29b5e4b72bc9b0b182988b8a31 to your computer and use it in GitHub Desktop.
Save GrillPhil/302f2e29b5e4b72bc9b0b182988b8a31 to your computer and use it in GitHub Desktop.
module webDomains 'services/frontdoor-custom-domain.bicep' = [for i in range(0, length(webHostNames)): {
name: 'deploy-fd-${envName}-web-domain-${i}'
params: {
frontDoorName: frontDoor.outputs.name
name: 'fd-web-${envName}-${i}'
hostName: webHostNames[i]
}
}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment