Skip to content
This repository was archived by the owner on Mar 27, 2025. It is now read-only.

Commit aa81939

Browse files
committed
Update region in infrastructure configuration from ap-south-1 to us-east-1
1 parent 2ef02b1 commit aa81939

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/bin/infra.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { InfraStack } from '../lib/infra-stack';
55
import { CertificateStack } from '../lib/certificate-stack';
66

77
const app = new cdk.App();
8-
const env = { account: process.env.CDK_DEFAULT_ACCOUNT, region: 'ap-south-1' };
8+
const env = { account: process.env.CDK_DEFAULT_ACCOUNT, region: 'us-east-1' };
99

1010
const envName = (app.node.tryGetContext('env') || 'dev').toLowerCase();
1111

0 commit comments

Comments
 (0)