Skip to content

Commit

Permalink
Fix another error
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeGinnivan committed Jul 18, 2024
1 parent aa4e8b3 commit 3fe3c35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/app/ddd-2024.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ output uri string = 'https://${app.properties.configuration.ingress.fqdn}'
output id string = app.id

resource authConfig 'Microsoft.App/containerApps/authConfigs@2023-11-02-preview' = if (environment == 'dev') {
name: 'authconfig'
name: 'current'
parent: app
properties: {
globalValidation: {
Expand Down

0 comments on commit 3fe3c35

Please sign in to comment.