github.com/pulumi/terraform@v1.4.0/pkg/configs/testdata/valid-files/valid-language-edition.tf (about) 1 terraform { 2 # If we drop support for TF2021 in a future Terraform release then this 3 # test will fail. In that case, update this to a newer edition that is 4 # still supported, because the purpose of this test is to verify that 5 # we can successfully decode the language argument, not specifically 6 # that we support TF2021. 7 language = TF2021 8 }