Skip to content

Commit 14e9f49

Browse files
ctrlc030xjei
authored andcommitted
fix(vms): fix default region
1 parent 8c6d7e0 commit 14e9f49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/backend/src/lib/utils.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ export const getAWSVariables = (): any => {
408408
return {
409409
accessKeyId: process.env.AWS_ACCESS_KEY_ID!,
410410
secretAccessKey: process.env.AWS_SECRET_ACCESS_KEY!,
411-
region: process.env.AWS_REGION || "us-central-1",
411+
region: process.env.AWS_REGION || "eu-central-1",
412412
roleArn: process.env.AWS_ROLE_ARN!,
413413
amiId: process.env.AWS_AMI_ID!,
414414
snsTopic: process.env.AWS_SNS_TOPIC_ARN!

0 commit comments

Comments
 (0)