Documentation
¶
Index ¶
- Constants
- func Apply(ctx context.Context, path string, opts ...ApplyOption) (string, error)
- func Init(ctx context.Context, path string, opts ...InitOption) (string, error)
- func Plan(ctx context.Context, path string, opts ...PlanOption) (string, error)
- func Show(ctx context.Context, path string, opts ...ShowOption) (string, error)
- func Validate(ctx context.Context, path string, opts ...ValidateOption) (string, error)
- type ApplyOption
- type InitOption
- type PlanOption
- type ShowOption
- type ValidateOption
Constants ¶
View Source
const PlanFile = "terraform.plan"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ApplyOption ¶
func ApplyWithAutoApprove ¶
func ApplyWithAutoApprove() ApplyOption
func ApplyWithDestroy ¶
func ApplyWithDestroy() ApplyOption
func ApplyWithJson ¶
func ApplyWithJson() ApplyOption
type InitOption ¶
func InitWithDisableBackend ¶
func InitWithDisableBackend() InitOption
type PlanOption ¶
func PlanWithJson ¶
func PlanWithJson() PlanOption
func PlanWithNoLock ¶
func PlanWithNoLock() PlanOption
type ShowOption ¶
func ShowWithJson ¶
func ShowWithJson() ShowOption
func ShowWithNoColor ¶
func ShowWithNoColor() ShowOption
type ValidateOption ¶
func ValidateWithJson ¶
func ValidateWithJson() ValidateOption
Click to show internal directories.
Click to hide internal directories.