mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-13 10:01:08 -04:00
3 lines
73 B
HCL
3 lines
73 B
HCL
resource "test" "A" {}
|
|
resource "test" "B" { value = "${test.A.value}" }
|