opentofu/terraform/test-fixtures/transform-destroy-edge-basic/main.tf
2016-10-19 13:38:52 -07:00

3 lines
73 B
HCL

resource "test" "A" {}
resource "test" "B" { value = "${test.A.value}" }