mirror of https://github.com/hashicorp/terraform
parent
cc5e480378
commit
5fa24a0128
@ -1,3 +1,7 @@
|
||||
package terraform
|
||||
|
||||
import "os"
|
||||
|
||||
// This file holds feature flags for the next release
|
||||
|
||||
var flagWarnOutputErrors = os.Getenv("TF_WARN_OUTPUT_ERRORS") != ""
|
||||
|
||||
Loading…
Reference in new issue