Skip to content

Commit 337eb3a

Browse files
CCM-14029 Move the TF Modules to the same path as other BC repos
1 parent f6ebf7b commit 337eb3a

162 files changed

Lines changed: 12 additions & 11 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/release_created.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: |
2626
ARTIFACTS_DIR="$PWD/../../artifacts"
2727
mkdir -p "$ARTIFACTS_DIR"
28-
cd infrastructure/modules
28+
cd infrastructure/terraform/modules
2929
for module in */; do
3030
module_name=${module%/}
3131
echo "Zipping contents of $module_name..."

.github/workflows/stage-1-commit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
make terraform-docs
8484
- name: "Stage changes"
8585
run: |
86-
git add infrastructure/modules/**/*.md
86+
git add infrastructure/terraform/modules/**/*.md
8787
- name: "Check for changes in Terraform Docs"
8888
run: |
8989
if git diff --cached --name-only | grep -qE '\.md$'; then

infrastructure/modules/amp_branch/amplify_branch.tf renamed to infrastructure/terraform/modules/amp_branch/amplify_branch.tf

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

infrastructure/modules/aws-backup-source/README.md renamed to infrastructure/terraform/modules/aws-backup-source/README.md

0 commit comments

Comments
 (0)