establish dependency between action declaration instance and applyable actions node

pull/37368/head
Daniel Schmidt 7 months ago
parent 21eb04c79a
commit f0d38a8471

@ -96,7 +96,7 @@ func (n *NodeActionDeclarationInstance) Execute(ctx EvalContext, _ walkOperation
// GraphNodeReferenceable
func (n *NodeActionDeclarationInstance) ReferenceableAddrs() []addrs.Referenceable {
return []addrs.Referenceable{n.Addr.Action, n.Addr.Action.Action}
return []addrs.Referenceable{n.Addr, n.Addr.Action, n.Addr.Action.Action}
}
// GraphNodeReferencer

Loading…
Cancel
Save