blob: d91e024c4758ea6ef016edd49780afdd7de8c6d8 [file] [log] [blame]
resource "test" "A" {
provisioner "foo" {
command = "${test.A.id}"
}
}