chore: update AWS deployment region to ap-south-2 and ignore AWS configuration files
This commit is contained in:
parent
7522ce69b2
commit
3dedb1cc18
2 changed files with 7 additions and 1 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -13,3 +13,9 @@ aws_cdk/**/*.d.ts
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.idea/
|
.idea/
|
||||||
.vscode/
|
.vscode/
|
||||||
|
|
||||||
|
# AWS CLI config and credentials
|
||||||
|
.aws/
|
||||||
|
awscliv2.zip
|
||||||
|
aws/
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@ new AwsCdkStack(app, 'AwsCdkStack', {
|
||||||
|
|
||||||
/* Uncomment the next line to specialize this stack for the AWS Account
|
/* Uncomment the next line to specialize this stack for the AWS Account
|
||||||
* and Region that are implied by the current CLI configuration. */
|
* and Region that are implied by the current CLI configuration. */
|
||||||
env: { account: '764709663363', region: 'ap-south-1' },
|
env: { account: '764709663363', region: 'ap-south-2' },
|
||||||
|
|
||||||
/* Uncomment the next line if you know exactly what Account and Region you
|
/* Uncomment the next line if you know exactly what Account and Region you
|
||||||
* want to deploy the stack to. */
|
* want to deploy the stack to. */
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue