We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c72e4b1 commit 436d5ceCopy full SHA for 436d5ce
stack_deployment_groups.go
@@ -15,6 +15,7 @@ type StackDeploymentGroups interface {
15
// Read retrieves a stack deployment group by its ID.
16
Read(ctx context.Context, stackDeploymentGroupID string) (*StackDeploymentGroup, error)
17
18
+ // ApproveAllPlans approves all pending plans in a stack deployment group.
19
ApproveAllPlans(ctx context.Context, stackDeploymentGroupID string) error
20
}
21
0 commit comments