Files
tree-sitter-jhcl/fuzz/corpus/hashicorp%terraforminternal%terraform%testdata%graph-builder-apply-module-destroy%A%main.tf

10 lines
130 B
Terraform
Raw Normal View History

2021-09-17 20:53:40 +02:00
variable "input" {}
resource "test_object" "foo" {
test_string = var.input
}
output "output" {
value = test_object.foo.id
}