mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-26 17:01:04 -06:00
6 lines
87 B
HCL
6 lines
87 B
HCL
resource "test" "A" {
|
|
provisioner "foo" {
|
|
command = "${test.A.id}"
|
|
}
|
|
}
|