Files
tree-sitter-jhcl/fuzz/corpus/hashicorp%terraforminternal%terraform%testdata%graph-builder-apply-module-destroy%A%main.tf
2021-09-19 12:00:18 +02:00

10 lines
130 B
HCL

variable "input" {}
resource "test_object" "foo" {
test_string = var.input
}
output "output" {
value = test_object.foo.id
}