Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValidHooks ¶
func ValidHooks() []string
Types ¶
type Hooks ¶
type Hooks interface {
Init(context.Context, string) error
PreApply(context.Context, hclog.Logger) error
PostApply(context.Context, hclog.Logger) error
ErrorApply(context.Context, hclog.Logger) error
PreDestroy(context.Context, hclog.Logger) error
PostDestroy(context.Context, hclog.Logger) error
ErrorDestroy(context.Context, hclog.Logger) error
}
Hooks expose an interface that enables post/pre commands to be executed in a terraform workspace
Click to show internal directories.
Click to hide internal directories.