opentofu/configs/testdata/invalid-files/data-reserved-locals.tf
2019-06-30 10:16:15 +02:00

4 lines
34 B
HCL

data "test" "foo" {
locals {}
}