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

# Packages

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

# Functions

New returns a configured Communicator or an error if the connection type is not supported.
Retry retries the function f until it returns a nil error, a Fatal error, or the context expires.

# Structs

MockCommunicator is an implementation of Communicator that can be used for tests.

# Interfaces

Communicator is an interface that must be implemented by all communicators used for any of the provisioners.
Fatal is an interface that error values can return to halt Retry.