mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-02 12:17:39 -06:00
10152da478
Updates resulting from orphaned instances should happen after the deletion of the instances.
4 lines
57 B
HCL
4 lines
57 B
HCL
resource "test_object" "b" {
|
|
test_string = "changed"
|
|
}
|