Files
tree-sitter-jhcl/fuzz/corpus/a162c5ead9de3f5fa52cdbbfc5f78bfc5c557daa

17 lines
347 B
Plaintext
Raw Normal View History

2021-09-17 20:53:40 +02:00
resource "aws_computed_source" "intermediates" {}
module "test_mod" {
source = "./mod"
services = [
/ {
"exists" = "true"
"elb" = "${aws_computed_source.intermediates.computed_read_only}"
},
{
"otherexists" = " true"
"elb" = "${aws_computed_source.intermediates.computed_read_only}"
},
]
}