package
1.12.0-alpha20250213
Repository: https://github.com/hashicorp/terraform.git
Documentation: pkg.go.dev

# Functions

FactoryFixed is a helper that creates a Factory that just returns some given single provisioner.

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

Interface is the set of methods required for a resource provisioner plugin.
UIOutput provides the Output method for resource provisioner plugins to write any output to the UI.

# Type aliases

Factory is a function type that creates a new instance of a resource provisioner, or returns an error if that is impossible.