blob: b3733afb0afd1f1990a36f59b11f239ad199173a [file] [log] [blame]
package terraform
// graphNodeExpandsInstances is implemented by nodes that causes instances to
// be registered in the instances.Expander.
type graphNodeExpandsInstances interface {
expandsInstances()
}