mirror of
https://github.com/hashicorp/terraform.git
synced 2026-06-09 08:58:34 -04:00
make abs action instances referencable
This commit is contained in:
parent
160b6b35b0
commit
114ce5a0e2
1 changed files with 1 additions and 0 deletions
|
|
@ -211,6 +211,7 @@ func (a AbsAction) UniqueKey() UniqueKey {
|
|||
// AbsActionInstance is an absolute address for an action instance under a
|
||||
// given module path.
|
||||
type AbsActionInstance struct {
|
||||
referenceable
|
||||
Module ModuleInstance
|
||||
Action ActionInstance
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue