6 lines
157 B
Plaintext
6 lines
157 B
Plaintext
resource "test" "A" {
|
||
‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘provisioner "foo" {
|
||
command = "${test.A.id}"
|
||
}
|
||
}
|