Skip to content

Commit ce52419

Browse files
committed
Fixed init
1 parent 142bc7b commit ce52419

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/run-e2e-tests.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,9 @@ jobs:
3232
terraform_version: "1.12.2"
3333

3434
- name: Terraform Init
35-
working-directory: ./terraform
35+
working-directory: ./terraform_old
3636
run: |
37-
export ENVIRONMENT=dev
38-
export SUB_ENVIRONMENT=internal-dev
37+
export ENVIRONMENT=green
3938
make init
4039
4140
- name: Terraform Plan

0 commit comments

Comments
 (0)