terraform/configs/testdata/invalid-files/resource-reserved-locals.tf

4 lines
38 B
HCL

resource "test" "foo" {
locals {}
}