Files
2023-09-20 15:16:53 +03:00

8 lines
148 B
HCL

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