github.com/kanishk98/terraform@v1.3.0-dev.0.20220917174235-661ca8088a6a/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  }