Skip to content

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

@isivaselvan

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request
    No fields configured for Feature.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions