package
1.6.2-tectonic.1-rc.4
Repository: https://github.com/coreos/tectonic-installer.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# Functions
BuildPluginsConfig creates a configuration that can be used by TerraForm to make available any provider/provisioners that are vendored in the present binary.
NewExecutor initializes a new Executor.
RestoreSources locates the TerraForm sources for Tectonic and copy them to the given directory.
ServePlugin serves every vendored TerraForm providers/provisioners.
# Constants
ExecutionStatusFailure indicates that the execution failed.
ExecutionStatusRunning indicates that the the execution is still in process.
ExecutionStatusSuccess indicates that the execution succeeded.
ExecutionStatusUnknown indicates that the status of execution is unknown.
# Variables
ErrBinaryNotFound denotes the fact that the TerraForm binary could not be found on disk.
# Structs
AWSCredentials represents the credentials required by TerraForm's AWS provider.
Credentials holds all the information that are necessary to make TerraForm authenticate against various providers.
Executor enables calling TerraForm from Go, across platforms, with any additional providers/provisioners that the currently executing binary exposes.
# Type aliases
ExecutionStatus describes whether an execution succeeded, failed or is still in progress.