File tree Expand file tree Collapse file tree 5 files changed +6
-0
lines changed Expand file tree Collapse file tree 5 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 41
41
- uses : hashicorp/setup-terraform@v3
42
42
with :
43
43
terraform_wrapper : false
44
+ terraform_version : " 1.7.5" # Pin until 1.8.x crash has been resolved
44
45
- uses : hashicorp/action-setup-enos@v1
45
46
with :
46
47
github-token : ${{ secrets.ELEVATED_GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 38
38
# the Terraform wrapper will break Terraform execution in Enos because
39
39
# it changes the output to text when we expect it to be JSON.
40
40
terraform_wrapper : false
41
+ terraform_version : " 1.7.5" # Pin until 1.8.x crash has been resolved
41
42
- name : Set up Enos
42
43
uses : hashicorp/action-setup-enos@v1
43
44
with :
Original file line number Diff line number Diff line change 32
32
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
33
33
- name : Set up Terraform
34
34
uses : hashicorp/setup-terraform@v3
35
+ with :
36
+ terraform_version : " 1.7.5" # Pin until 1.8.x crash has been resolved
35
37
- name : Configure AWS credentials
36
38
uses : aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4.0.2
37
39
with :
Original file line number Diff line number Diff line change 90
90
with :
91
91
cli_config_credentials_token : ${{ secrets.TF_API_TOKEN }}
92
92
terraform_wrapper : false
93
+ terraform_version : " 1.7.5" # Pin until 1.8.x crash has been resolved
93
94
- name : Prepare scenario dependencies
94
95
run : |
95
96
mkdir -p ./enos/support/terraform-plugin-cache
Original file line number Diff line number Diff line change @@ -107,6 +107,7 @@ jobs:
107
107
# the Terraform wrapper will break Terraform execution in Enos because
108
108
# it changes the output to text when we expect it to be JSON.
109
109
terraform_wrapper : false
110
+ terraform_version : " 1.7.5" # Pin until 1.8.x crash has been resolved
110
111
- uses : aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4.0.2
111
112
with :
112
113
aws-access-key-id : ${{ secrets.AWS_ACCESS_KEY_ID_CI }}
You can’t perform that action at this time.
0 commit comments