opentofu/internal/tofu/testdata/graph-builder-apply-orphan-update/main.tf
2023-09-20 15:16:53 +03:00

4 lines
57 B
HCL

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