Versions in this module Expand all Collapse all v0 v0.3.1 Nov 20, 2023 Changes in this version + func ExecuteTerraform(ctx context.Context, stackName string, componentName string, ...) error + func ExecuteTerraformClean(ctx context.Context, stackName string, componentName string, ...) error + func ExecuteTerraformGenerateBackend(ctx context.Context, stackName string, componentName string, ...) error + func ExecuteTerraformGenerateVarfile(ctx context.Context, stackName string, componentName string, ...) error + type TerraformCleanOptions struct + ClearDataDir bool + type TerraformGenerateBackendOptions struct + DryRun bool + Format string + type TerraformGenerateVarfileOptions struct + DryRun bool + Format string + type TerraformOptions struct + AutoApprove bool + CleanPlanFileOnCompletion bool + Command string + Destroy bool + DryRun bool + RequiresVarFile bool + SkipInit bool + SkipWorkspace bool + UsePlan bool