We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc196c7 commit ba07f6eCopy full SHA for ba07f6e
1 file changed
.github/workflows/release.yml
@@ -41,7 +41,14 @@ jobs:
41
42
- name: Terraform Init
43
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
48
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
52
53
- name: Set architecture variable
54
id: os-arch
0 commit comments