Skip to content

Commit ba07f6e

Browse files
NRL-1928 Init terraform with modules setup instead (per env) for all tf folders
1 parent cc196c7 commit ba07f6e

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,14 @@ jobs:
4141

4242
- name: Terraform Init
4343
run: |
44+
terraform -chdir=terraform/account-wide-infrastructure/mgmt init
45+
terraform -chdir=terraform/account-wide-infrastructure/dev init
46+
terraform -chdir=terraform/account-wide-infrastructure/test init
47+
terraform -chdir=terraform/account-wide-infrastructure/prod init
4448
terraform -chdir=terraform/backup-infrastructure/test init
49+
terraform -chdir=terraform/backup-infrastructure/prod init
50+
terraform -chdir=terraform/bastion init
51+
terraform -chdir=terraform/infrastructure init
4552
4653
- name: Set architecture variable
4754
id: os-arch

0 commit comments

Comments
 (0)