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

6 lines
87 B
HCL

resource "test" "A" {
provisioner "foo" {
command = "${test.A.id}"
}
}