github.com/eliastor/durgaform@v0.0.0-20220816172711-d0ab2d17673e/internal/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  }