github.com/muratcelep/terraform@v1.1.0-beta2-not-internal-4/not-internal/terraform/transform_provisioner.go (about) 1 package terraform 2 3 // GraphNodeProvisionerConsumer is an interface that nodes that require 4 // a provisioner must implement. ProvisionedBy must return the names of the 5 // provisioners to use. 6 type GraphNodeProvisionerConsumer interface { 7 ProvisionedBy() []string 8 }