We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70b2a98 commit 884dbbcCopy full SHA for 884dbbc
provisioner/terraform/provision_test.go
@@ -259,15 +259,15 @@ func TestProvision(t *testing.T) {
259
Files: map[string]string{
260
"main.tf": `a`,
261
},
262
- ErrorContains: "initialize terraform",
+ ErrorContains: "terraform plan",
263
ExpectLogContains: "Argument or block definition required",
264
265
{
266
Name: "bad-syntax-2",
267
268
"main.tf": `;asdf;`,
269
270
271
ExpectLogContains: `The ";" character is not valid.`,
272
273
0 commit comments