terraform/configs/testdata/error-files/unsupported_language_editio...

7 lines
274 B
HCL

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