Skip to content

[Feature Request] Add Stack Deployment Groups API Specs #151

Description

@isivaselvan

Use-cases

StackDeploymentGroups describes below stack-deployment-groups related methods that the HCP Terraform API supports.

  • List returns a list of Deployment Groups in a stack.
  • Read retrieves a stack deployment group by its ID.
  • ReadByName retrieves a stack deployment group by its Name
  • ApproveAllPlans approves all pending plans in a stack deployment group.
  • Rerun re-runs all the stack deployment runs in a deployment group.

Attempted Solutions

None, Currently not supported

Proposal

Add support for Stack Deployments Groups as a new resource family in python-tfe.

All new code should follow existing project conventions:

  • Pydantic v2 models with populate_by_name=True
  • alias-based JSON:API field mapping
  • _Service base class
  • Iterator-based pagination via _list.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions