You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
At this time, we don't have a feature like this on our immediate roadmap, though we do hope to have this functionality in the future in some capacity. There is a larger overhaul of existing resources currently in progress (mostly internal changes, more details to be announced later), which has ultimate priority.
For now I can say that it is highly unlikely for this to be implemented before February as our HCP Packer Terraform Provider planning for the fiscal quarter is already complete, though I can't speculate beyond that.
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)
Potential Terraform Configuration
resource hcp_packer_iteration_revokation "revokation" {
iteration = 2
comment = "this iteration contains a 0 day vulnerability"
}
References
Community Note
The text was updated successfully, but these errors were encountered: