diff --git a/internal/stacks/stackplan/from_plan.go b/internal/stacks/stackplan/from_plan.go index daa2c924b7..df80431416 100644 --- a/internal/stacks/stackplan/from_plan.go +++ b/internal/stacks/stackplan/from_plan.go @@ -210,7 +210,7 @@ func FromPlan(ctx context.Context, config *configs.Config, plan *plans.Plan, ref // Handle deferred action invocations from the plan for _, deferredAction := range plan.DeferredActionInvocations { invocation := deferredAction.ActionInvocationInstanceSrc - + if invocation == nil { continue }