Skip to content

Commit 7afe0ca

Browse files
committed
Change comment
1 parent d2eab25 commit 7afe0ca

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

internal/stacks/stackplan/planned_change.go

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -878,10 +878,7 @@ func (pc *PlannedChangeActionInvocationInstancePlanned) PlanActionInvocationProt
878878
addr := pc.ActionInvocationAddr
879879

880880
if pc.Invocation == nil {
881-
// This is just a stubby placeholder to remind us to drop the
882-
// apparently-deleted-outside-of-Terraform object from the state
883-
// if this plan later gets applied.
884-
881+
// TODO: This shouldn't happen, should we throw an error instead?
885882
return &tfstackdata1.PlanActionInvocationPlanned{
886883
ComponentInstanceAddr: addr.Component.String(),
887884
ActionInvocationAddr: addr.Item.String(),

0 commit comments

Comments
 (0)