github.com/opentofu/opentofu@v1.7.1/internal/legacy/tofu/features.go (about)

     1  // Copyright (c) The OpenTofu Authors
     2  // SPDX-License-Identifier: MPL-2.0
     3  // Copyright (c) 2023 HashiCorp, Inc.
     4  // SPDX-License-Identifier: MPL-2.0
     5  
     6  package tofu
     7  
     8  import "os"
     9  
    10  // This file holds feature flags for the next release
    11  
    12  var flagWarnOutputErrors = os.Getenv("TF_WARN_OUTPUT_ERRORS") != ""