We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b35f3b commit a9e01bfCopy full SHA for a9e01bf
.github/actions/setup-tf/action.yaml
@@ -7,5 +7,5 @@ runs:
7
- name: Install Terraform
8
uses: hashicorp/setup-terraform@v2
9
with:
10
- terraform_version: ~1.5
+ terraform_version: 1.5.5
11
terraform_wrapper: false
provisioner/terraform/provision_test.go
@@ -351,15 +351,15 @@ func TestProvision(t *testing.T) {
351
Files: map[string]string{
352
"main.tf": `a`,
353
},
354
- ErrorContains: "plan terraform",
+ ErrorContains: "initialize terraform",
355
ExpectLogContains: "Argument or block definition required",
356
357
{
358
Name: "bad-syntax-2",
359
360
"main.tf": `;asdf;`,
361
362
363
ExpectLogContains: `The ";" character is not valid.`,
364
365
0 commit comments