terraform/internal/terraform/instance_expanders.go

8 lines
206 B
Go

package terraform
// graphNodeExpandsInstances is implemented by nodes that causes instances to
// be registered in the instances.Expander.
type graphNodeExpandsInstances interface {
expandsInstances()
}