mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-02-02 18:00:18 -05:00
8 lines
148 B
HCL
8 lines
148 B
HCL
resource "test_object" "create" {
|
|
provisioner "test" {}
|
|
}
|
|
|
|
resource "test_object" "other" {
|
|
test_string = "${test_object.create.test_string}"
|
|
}
|