mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-01-10 02:01:50 -05:00
8 lines
155 B
Go
8 lines
155 B
Go
package terraform
|
|
|
|
import "os"
|
|
|
|
// This file holds feature flags for the next release
|
|
|
|
var flagWarnOutputErrors = os.Getenv("TF_WARN_OUTPUT_ERRORS") != ""
|