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 17240b6 commit 6606d8fCopy full SHA for 6606d8f
test/src/examples_complete_test.go
@@ -14,6 +14,8 @@ func TestExamplesComplete(t *testing.T) {
14
terraformOptions := &terraform.Options{
15
// The path to where our Terraform code is located
16
TerraformDir: "../../examples/complete",
17
+ // Suppress errors if there is a problem computing outputs during destroy
18
+ EnvVars: map[string]string{"TF_WARN_OUTPUT_ERRORS": "1"},
19
Upgrade: true,
20
// Variables to pass to our Terraform code using -var-file options
21
VarFiles: []string{"fixtures.us-east-2.tfvars"},
0 commit comments