terraform-provider-hcp icon indicating copy to clipboard operation
terraform-provider-hcp copied to clipboard

Capability to revoke an HCP Packer Iteration

Open schniber opened this issue 9 months ago • 1 comments

Description

This would allow security teams to have a control plane in regards to the capability to revoke Iterations though IaC.

New or Affected Resource(s)

  • hcp_packer_iteration_revokation

Potential Terraform Configuration

# Copy-paste your Terraform configurations here - for large Terraform configs,
# please use a service like Dropbox and share a link to the ZIP file. For
# security, you can also encrypt the files using our GPG public key: https://keybase.io/hashicorp

resource hcp_packer_iteration_revokation "revokation" { iteration = 2 comment = "this iteration contains a 0 day vulnerability" }

References

  • #0000

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

schniber avatar Nov 08 '23 17:11 schniber