Documentation
¶
Index ¶
- Constants
- func Clean(ctx context.Context, clearDataDir bool) error
- func CleanPlanFile(ctx context.Context) error
- func ConstructWorkspaceName(stack *stack.Stack, componentName string, config stack.ConfigWithMetadata) (string, error)
- func ExecuteCommand(ctx context.Context, args []string) error
- func ExecuteShell(ctx context.Context) error
- func GenerateBackendFile(ctx context.Context, format string) error
- func GenerateVarFileFile(ctx context.Context, format string) error
- func NewExecutionContext(ctx context.Context, stk *stack.Stack, component stack.Component, dryRun bool) (context.Context, error)
- func SelectOrCreateWorkspace(ctx context.Context) error
- type Backend
- type Root
- type Settings
- type Terraform
Constants ¶
View Source
const ( ComponentType = "terraform" AutoApproveFlag = "-auto-approve" )
Variables ¶
This section is empty.
Functions ¶
func CleanPlanFile ¶ added in v0.2.0
func ConstructWorkspaceName ¶ added in v0.2.0
func ExecuteShell ¶ added in v0.2.0
func NewExecutionContext ¶ added in v0.2.0
func SelectOrCreateWorkspace ¶ added in v0.2.0
Types ¶
type Settings ¶ added in v0.2.1
func GetTerraformSettings ¶ added in v0.2.1
Click to show internal directories.
Click to hide internal directories.