github.com/jaredpalmer/terraform@v1.1.0-alpha20210908.0.20210911170307-88705c943a03/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 }