opentofu/terraform/testdata/transform-destroy-edge-basic/main.tf
2019-06-30 10:16:15 +02:00

6 lines
109 B
HCL

resource "test_object" "A" {}
resource "test_object" "B" {
test_string = "${test_object.A.test_string}"
}