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 882bde6 commit a5e0e64Copy full SHA for a5e0e64
internal/terraform/transform_targets.go
@@ -76,7 +76,7 @@ func (t *TargetsTransformer) selectTargetedNodes(g *Graph, addrs []addrs.Targeta
76
}
77
78
if _, ok := v.(*nodeExpandPlannableResource); ok {
79
- // We want to also add the action triggers related to this resource
+ // We want to also set the resource instance triggers on the related action triggers
80
for _, d := range g.Children(v) {
81
if actionTrigger, ok := d.(*nodeActionTriggerPlanExpand); ok {
82
actionTrigger.SetResourceTargets(addrs)
0 commit comments