Skip to content

Commit 8e64cbd

Browse files
author
adesousa_microsoft
committed
update location for cosmos
1 parent 1154ea1 commit 8e64cbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/main.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ module cosmos 'db.bicep' = {
194194
scope: resourceGroup
195195
params: {
196196
accountName: !empty(cosmosAccountName) ? cosmosAccountName : '${abbrs.documentDBDatabaseAccounts}${resourceToken}'
197-
location: 'eastus'
197+
location: location
198198
tags: tags
199199
principalIds: [principalId, backend.outputs.identityPrincipalId]
200200
}

0 commit comments

Comments
 (0)