Skip to content

Commit a5e0e64

Browse files
improve comment wording
Co-authored-by: Liam Cervante <[email protected]>
1 parent 882bde6 commit a5e0e64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/terraform/transform_targets.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ func (t *TargetsTransformer) selectTargetedNodes(g *Graph, addrs []addrs.Targeta
7676
}
7777

7878
if _, ok := v.(*nodeExpandPlannableResource); ok {
79-
// We want to also add the action triggers related to this resource
79+
// We want to also set the resource instance triggers on the related action triggers
8080
for _, d := range g.Children(v) {
8181
if actionTrigger, ok := d.(*nodeActionTriggerPlanExpand); ok {
8282
actionTrigger.SetResourceTargets(addrs)

0 commit comments

Comments
 (0)