We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d86faa commit 5acc050Copy full SHA for 5acc050
infra/main.bicep
@@ -382,7 +382,7 @@ module postgresDBModule './core/database/postgresdb.bicep' = if (databaseType ==
382
name: 'deploy_postgres_sql'
383
params: {
384
solutionName: azurePostgresDBAccountName
385
- solutionLocation: 'eastus2'
+ solutionLocation: location
386
managedIdentityObjectId: managedIdentityModule.outputs.managedIdentityOutput.objectId
387
managedIdentityObjectName: managedIdentityModule.outputs.managedIdentityOutput.name
388
allowAzureIPsFirewall: true
0 commit comments