github.com/eliastor/durgaform@v0.0.0-20220816172711-d0ab2d17673e/internal/legacy/durgaform/features.go (about)

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