github.com/opentofu/opentofu@v1.7.1/internal/configs/testdata/invalid-files/data-reserved-locals.tf (about)

     1  data "test" "foo" {
     2    locals {}
     3  }