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") != ""