github.com/iaas-resource-provision/iaas-rpc@v1.0.7-0.20211021023331-ed21f798c408/internal/configs/testdata/error-files/unsupported_language_edition.tf (about)

     1  terraform {
     2    # If a future change in this repository happens to make TF2038 a valid
     3    # edition then this will start failing; in that case, change this file to
     4    # select a different edition that isn't supported.
     5    language = TF2038 # ERROR: Unsupported language edition
     6  }