github.com/iaas-resource-provision/iaas-rpc@v1.0.7-0.20211021023331-ed21f798c408/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  }