github.com/pulumi/terraform@v1.4.0/pkg/configs/testdata/invalid-files/resource-reserved-locals.tf (about)

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