-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make sure KMS key "deletion" disables rotation #1761
Make sure KMS key "deletion" disables rotation #1761
Conversation
Hi! I'm the modular magician, I work on Magic Modules. Pull request statusesNo diff detected in terraform-google-conversion. New Pull RequestsI built this PR into one or more new PRs on other repositories, and when those are closed, this PR will also be merged and closed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there any reason somebody would have relied on keys continuing to rotate after deletion? I'm wondering if this needs to be opt it or if it's just further cleaning an inert keyring.
Otherwise 👍
@chrisst from what I could tell (talking to seth) this was the intended behavior of destroy before, and so it's a bug that we probably shouldn't make a feature. I think if someone is destroying a resource via Terraform, they want to treat the ring like it's been completely deleted/made unusable. We can add a message to the changelog. @paddycarver do you think this counts as a breaking change? |
Hi! I'm the modular magician, I work on Magic Modules. Pull request statusesterraform-provider-google-beta already has an open PR. New Pull RequestsI didn't open any new pull requests because of this PR. |
Tracked submodules are build/terraform-beta build/terraform-mapper build/terraform build/ansible build/inspec.
Fixes hashicorp/terraform-provider-google#3612
Also change some comment styling
[all]
[terraform]
Make sure KMS key "deletion" disables rotation
[terraform-beta]
Make sure KMS key "deletion" disables rotation
[ansible]
[inspec]