File tree Expand file tree Collapse file tree 5 files changed +6
-31
lines changed
infrastructure/terraform/components Expand file tree Collapse file tree 5 files changed +6
-31
lines changed Original file line number Diff line number Diff line change 1- # npm ci
1+ npm ci
22
3- # npm run generate-dependencies --workspaces --if-present
3+ npm run generate-dependencies --workspaces --if-present
44
5- # $(git rev-parse --show-toplevel)/lambdas/layers/pdfjs/build.sh
5+ $( git rev-parse --show-toplevel) /lambdas/layers/pdfjs/build.sh
Original file line number Diff line number Diff line change 11if [ -z " $SKIP_SANDBOX_INSTALL " ]; then npm ci; fi
22
3- # npm run generate-dependencies --workspaces --if-present
3+ npm run generate-dependencies --workspaces --if-present
Original file line number Diff line number Diff line change @@ -9,17 +9,3 @@ provider "aws" {
99 tags = local. default_tags
1010 }
1111}
12-
13- # Add the us-east-1 provider for CloudFront
14- provider "aws" {
15- alias = " us-east-1"
16- region = " us-east-1"
17-
18- allowed_account_ids = [
19- var . aws_account_id ,
20- ]
21-
22- default_tags {
23- tags = local. default_tags
24- }
25- }
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ component_dir=$terraform_dir/components/$COMPONENT
2121
2222echo " Creating backend sandbox \" $ENVIRONMENT \" "
2323
24- # ./lambdas/layers/pdfjs/build.sh
24+ ./lambdas/layers/pdfjs/build.sh
2525
2626cd $terraform_dir
2727
@@ -65,7 +65,7 @@ readonly backend_config="terraform {
6565# write the backend file
6666echo -e " ${backend_config} " > backend_tfscaffold.tf
6767
68- # # clean up the file on exit
68+ # clean up the file on exit
6969trap " rm -f $( pwd) /backend_tfscaffold.tf" EXIT;
7070
7171# create the outputs file
You can’t perform that action at this time.
0 commit comments