mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-05-26 13:03:36 -04:00
6 lines
87 B
HCL
6 lines
87 B
HCL
resource "test" "A" {
|
|
provisioner "foo" {
|
|
command = "${test.A.id}"
|
|
}
|
|
}
|