File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7
7
- name : Install Terraform
8
8
uses : hashicorp/setup-terraform@v2
9
9
with :
10
- terraform_version : ~1 .5
10
+ terraform_version : 1.5 .5
11
11
terraform_wrapper : false
Original file line number Diff line number Diff line change @@ -351,15 +351,15 @@ func TestProvision(t *testing.T) {
351
351
Files : map [string ]string {
352
352
"main.tf" : `a` ,
353
353
},
354
- ErrorContains : "plan terraform" ,
354
+ ErrorContains : "initialize terraform" ,
355
355
ExpectLogContains : "Argument or block definition required" ,
356
356
},
357
357
{
358
358
Name : "bad-syntax-2" ,
359
359
Files : map [string ]string {
360
360
"main.tf" : `;asdf;` ,
361
361
},
362
- ErrorContains : "plan terraform" ,
362
+ ErrorContains : "initialize terraform" ,
363
363
ExpectLogContains : `The ";" character is not valid.` ,
364
364
},
365
365
{
You can’t perform that action at this time.
0 commit comments