opentofu/terraform/testdata/graph-builder-apply-orphan-update/main.tf
James Bardin 10152da478 failing test for update from orphaned instance
Updates resulting from orphaned instances should happen after the
deletion of the instances.
2019-11-07 17:49:03 -05:00

4 lines
57 B
HCL

resource "test_object" "b" {
test_string = "changed"
}