github.com/terramate-io/tf@v0.0.0-20230830114523-fce866b4dfcd/legacy/terraform/features.go (about)

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