Skip to content

Commit

Permalink
DDLS-117 move account module to regional aware setup (#1507)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesrwarren authored Jan 18, 2024
1 parent c208bf4 commit 8d56371
Show file tree
Hide file tree
Showing 41 changed files with 894 additions and 291 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_run-terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
- name: build redeployer
if: inputs.terraform_path == 'account'
run: GOARCH=amd64 GOOS=linux go build -o bootstrap ./main.go
working-directory: terraform/account/go_redeployer
working-directory: terraform/account/region/go_redeployer

- name: terraform init for account
if: inputs.terraform_path == 'account'
Expand Down
6 changes: 4 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,11 @@ vendor/
**/terraform.output.json.enc
**/terraform.plan*
**/account/builds
**/account/go_redeployer/bootstrap
**/account/region/.terraform.lock.hcl
**/go_redeployer/bootstrap
**/go_redeployer/function.zip
**/modules/**/.terraform.lock.hcl
account/go_redeployer/bootstrap


# Repo-specific excludes
terraform/to_import\.sh
Expand Down
Loading

0 comments on commit 8d56371

Please sign in to comment.