We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2eab25 commit 7afe0caCopy full SHA for 7afe0ca
internal/stacks/stackplan/planned_change.go
@@ -878,10 +878,7 @@ func (pc *PlannedChangeActionInvocationInstancePlanned) PlanActionInvocationProt
878
addr := pc.ActionInvocationAddr
879
880
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
-
+ // TODO: This shouldn't happen, should we throw an error instead?
885
return &tfstackdata1.PlanActionInvocationPlanned{
886
ComponentInstanceAddr: addr.Component.String(),
887
ActionInvocationAddr: addr.Item.String(),
0 commit comments