github.com/kanishk98/terraform@v1.3.0-dev.0.20220917174235-661ca8088a6a/internal/legacy/terraform/features.go (about) 1 package terraform 2 3 import "os" 4 5 // This file holds feature flags for the next release 6 7 var flagWarnOutputErrors = os.Getenv("TF_WARN_OUTPUT_ERRORS") != ""