opentofu/internal/legacy/terraform/features.go
James Bardin a49e7eee8b internal/legacy/terraform
This is a partial copy of the terraform package to preserve the legacy
types for internal use.
2020-12-02 12:16:35 -05:00

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