Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Client ¶
type Client struct { // Path to the executable binary file of terraform. Binary string genericclioptions.IOStreams }
Client interactive with terraform
func NewDefaultClient ¶
func NewDefaultClient(streams genericclioptions.IOStreams) (*Client, error)
NewDefaultClient creates a default terraform client.
func (*Client) CheckAndInstall ¶
CheckAndInstall will install terraform if necessary.
Click to show internal directories.
Click to hide internal directories.