From da9617c7c7913d3d89465a23f57431cf01405887 Mon Sep 17 00:00:00 2001 From: Daniel Schmidt Date: Fri, 13 Feb 2026 12:44:01 +0100 Subject: [PATCH] WIP --- internal/terraform/context_plan2_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/internal/terraform/context_plan2_test.go b/internal/terraform/context_plan2_test.go index 5e0af8e5fe..de50d32a7d 100644 --- a/internal/terraform/context_plan2_test.go +++ b/internal/terraform/context_plan2_test.go @@ -2636,6 +2636,8 @@ func TestContext2Plan_move_with_expansions(t *testing.T) { } }, }, + + // TODO: Tests for transforming instances, merging from multiple sources to same target and opposite. } { t.Run(name, func(t *testing.T) { m := testModuleInline(t, tc.modules)