-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
KMS keys are being rebuilt every time #13973
Comments
It's also a matter of order it seems. If take the output from the
Which, if I separate the before and after in separate files (
|
I'm seeing this on a kms key w/ policy as well (TF 0.8.8). Policy was generated via KMS key creation form in AWS console: Terraform plan:
Terraform resource definition:
|
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
I'm having my
aws_kms_key
rebuilt every time TF runs.Terraform Version
0.9.1
Affected Resource(s)
Please list the resources as a list, for example:
Terraform Configuration Files
Expected Behavior
Not being rebuilt, there's no change.
Actual Behavior
Rebuilt every time.
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform apply
Solution
The text was updated successfully, but these errors were encountered: