opentofu/internal/tofu/features.go

11 lines
220 B
Go
Raw Normal View History

// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0
2023-09-20 07:16:53 -05:00
package tofu
2017-11-21 16:24:26 -06:00
import "os"
// This file holds feature flags for the next release
2017-11-21 16:24:26 -06:00
var flagWarnOutputErrors = os.Getenv("TF_WARN_OUTPUT_ERRORS") != ""