github.com/eliastor/durgaform@v0.0.0-20220816172711-d0ab2d17673e/internal/configs/testdata/error-files/invalid_language_edition.tf (about)

     1  terraform {
     2    # The language argument expects a bare keyword, not a string.
     3    language = "TF2021" # ERROR: Invalid language edition
     4  }