Skip to content

Commit 5acc050

Browse files
author
Harmanpreet Kaur
committed
fix: Update solutionLocation parameter to use dynamic location value
1 parent 9d86faa commit 5acc050

File tree

2 files changed

+176
-176
lines changed

2 files changed

+176
-176
lines changed

infra/main.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ module postgresDBModule './core/database/postgresdb.bicep' = if (databaseType ==
382382
name: 'deploy_postgres_sql'
383383
params: {
384384
solutionName: azurePostgresDBAccountName
385-
solutionLocation: 'eastus2'
385+
solutionLocation: location
386386
managedIdentityObjectId: managedIdentityModule.outputs.managedIdentityOutput.objectId
387387
managedIdentityObjectName: managedIdentityModule.outputs.managedIdentityOutput.name
388388
allowAzureIPsFirewall: true

0 commit comments

Comments
 (0)