diff --git a/infra/main.bicep b/infra/main.bicep index d590f19..7f349ae 100644 --- a/infra/main.bicep +++ b/infra/main.bicep @@ -45,7 +45,7 @@ module postgresServer 'core/database/postgresql/flexibleserver.bicep' = { version: '13' administratorLogin: postgresAdminUser administratorLoginPassword: postgresAdminPassword - databaseNames: [ postgresDatabaseName ] + databaseNames: [postgresDatabaseName] allowAzureIPsFirewall: true } } @@ -99,4 +99,4 @@ module logAnalyticsWorkspace 'core/monitor/loganalytics.bicep' = { } output WEB_URI string = 'https://${web.outputs.uri}' -output AZURE_LOCATION string = location \ No newline at end of file +output AZURE_LOCATION string = location