Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Provider ¶
func Provider() terraform.ResourceProvider
Provider returns a terraform.ResourceProvider.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client is the client itself. Since we already have access to the shell no real provisioning needs to be done
type CommandConfig ¶ added in v1.3.0
type CommandConfig struct { Command string Environment []string SensitiveEnvironment []string Interpreter []string WorkingDirectory string Action Action PreviousOutput map[string]string EnableParallelism bool }
CommandConfig is a helper struct
Click to show internal directories.
Click to hide internal directories.