github.com/iaas-resource-provision/iaas-rpc@v1.0.7-0.20211021023331-ed21f798c408/internal/legacy/terraform/features.go (about)

     1  package terraform
     2  
     3  import "os"
     4  
     5  // This file holds feature flags for the next release
     6  
     7  var flagWarnOutputErrors = os.Getenv("TF_WARN_OUTPUT_ERRORS") != ""