mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-16 11:42:58 -06:00
3 lines
73 B
HCL
3 lines
73 B
HCL
resource "test" "A" {}
|
|
resource "test" "B" { value = "${test.A.value}" }
|