Documentation
¶
Index ¶
- func GetExitCodeForTerraformCommand(additionalOptions *terraform.Options, args ...string) int
- func GetExitCodeForTerraformCommandE(additionalOptions *terraform.Options, additionalArgs ...string) (int, error)
- func Init(options *terraform.Options) string
- func InitAndPlan(options *terraform.Options) string
- func InitAndPlanE(options *terraform.Options) (string, error)
- func InitE(options *terraform.Options) (string, error)
- func Plan(options *terraform.Options) string
- func PlanE(options *terraform.Options) (string, error)
- func RunCommandAndGetOutput(command shell.Command) string
- func RunCommandAndGetOutputE(command shell.Command) (string, error)
- func RunTerraformCommand(additionalOptions *terraform.Options, args ...string) string
- func RunTerraformCommandE(additionalOptions *terraform.Options, additionalArgs ...string) (string, error)
- func TgPlanAll(options *terraform.Options) string
- func TgPlanAllE(options *terraform.Options) (string, error)
- type ErrWithCmdOutput
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InitAndPlan ¶
func RunCommandAndGetOutput ¶
func RunTerraformCommand ¶
func RunTerraformCommandE ¶
Types ¶
type ErrWithCmdOutput ¶
type ErrWithCmdOutput struct { Underlying error Output *output }
func (*ErrWithCmdOutput) Error ¶
func (e *ErrWithCmdOutput) Error() string
Click to show internal directories.
Click to hide internal directories.