Skip to content

Commit

Permalink
Update Bicep files
Browse files Browse the repository at this point in the history
  • Loading branch information
pamelafox committed Mar 18, 2024
1 parent c63cbca commit 9b6a0a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infra/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ module postgresServer 'core/database/postgresql/flexibleserver.bicep' = {
version: '13'
administratorLogin: postgresAdminUser
administratorLoginPassword: postgresAdminPassword
databaseNames: [ postgresDatabaseName ]
databaseNames: [postgresDatabaseName]
allowAzureIPsFirewall: true
}
}
Expand Down Expand Up @@ -99,4 +99,4 @@ module logAnalyticsWorkspace 'core/monitor/loganalytics.bicep' = {
}

output WEB_URI string = 'https://${web.outputs.uri}'
output AZURE_LOCATION string = location
output AZURE_LOCATION string = location

0 comments on commit 9b6a0a0

Please sign in to comment.