Files
tree-sitter-jhcl/fuzz/corpus/hashicorp%terraforminternal%terraform%testdata%plan-path-var%main.tf

6 lines
138 B
Terraform
Raw Normal View History

2021-09-17 20:53:40 +02:00
resource "aws_instance" "foo" {
cwd = "${path.cwd}/barpath"
module = "${path.module}/foopath"
root = "${path.root}/barpath"
}