github.com/iaas-resource-provision/iaas-rpc@v1.0.7-0.20211021023331-ed21f798c408/internal/terraform/instance_expanders.go (about)

     1  package terraform
     2  
     3  // graphNodeExpandsInstances is implemented by nodes that causes instances to
     4  // be registered in the instances.Expander.
     5  type graphNodeExpandsInstances interface {
     6  	expandsInstances()
     7  }