mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-25 01:00:16 -05:00
addrs: All AbsMovable implementations implement UniqueKeyer
This commit is contained in:
@@ -11,6 +11,7 @@ package addrs
|
||||
// the current module where the address is defined. The type MoveEndpoint
|
||||
type AbsMoveable interface {
|
||||
absMoveableSigil()
|
||||
UniqueKeyer
|
||||
|
||||
String() string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user