Skip to content

Commit 84d703d

Browse files
committed
CCM-9873: remove WIP changes and previous backend-api changes
1 parent 37bff87 commit 84d703d

File tree

5 files changed

+6
-31
lines changed

5 files changed

+6
-31
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
if [ -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

infrastructure/terraform/components/sandbox/provider_aws.tf

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff 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-
}

infrastructure/terraform/components/sandbox/versions.tf

Lines changed: 0 additions & 11 deletions
This file was deleted.

scripts/create_backend_sandbox.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ component_dir=$terraform_dir/components/$COMPONENT
2121

2222
echo "Creating backend sandbox \"$ENVIRONMENT\""
2323

24-
# ./lambdas/layers/pdfjs/build.sh
24+
./lambdas/layers/pdfjs/build.sh
2525

2626
cd $terraform_dir
2727

@@ -65,7 +65,7 @@ readonly backend_config="terraform {
6565
# write the backend file
6666
echo -e "${backend_config}" > backend_tfscaffold.tf
6767

68-
# # clean up the file on exit
68+
# clean up the file on exit
6969
trap "rm -f $(pwd)/backend_tfscaffold.tf" EXIT;
7070

7171
# create the outputs file

0 commit comments

Comments
 (0)