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 6aad3c8 commit 2afe543Copy full SHA for 2afe543
testhelper/tests.go
@@ -85,7 +85,7 @@ func (options *TestOptions) checkConsistency(plan *terraform.PlanStruct) {
85
86
// testSetup Setup test
87
func (options *TestOptions) testSetup() {
88
-
+ os.Setenv("API_DATA_IS_SENSITIVE", "true")
89
// If calling test had not provided its own TerraformOptions, use the default settings
90
if options.TerraformOptions == nil {
91
// Construct the terraform options with default retryable errors to handle the most common
0 commit comments