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

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