github.com/terramate-io/tf@v0.0.0-20230830114523-fce866b4dfcd/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 }