Files
opentf/terraform/testdata/graph-builder-apply-basic/child/main.tf
2019-06-30 10:16:15 +02:00

8 lines
148 B
HCL

resource "test_object" "create" {
provisioner "test" {}
}
resource "test_object" "other" {
test_string = "${test_object.create.test_string}"
}