Sign in
third-party-mirror
/
terraform
/
80d4fe1e39aa758c5488269a446e7147cc3ca50f
/
.
/
v1.4.7
/
internal
/
legacy
/
terraform
/
features.go
blob: 97c77bdbd001c11c43344e2c31fcaec462a6a49a [
file
] [
log
] [
blame
]
package terraform
import "os"
// This file holds feature flags for the next release
var flagWarnOutputErrors = os.Getenv("TF_WARN_OUTPUT_ERRORS") != ""