-
Notifications
You must be signed in to change notification settings - Fork 555
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
data.vault_generic_secret id gets updated every run with terraform 0.13 and vault 2.12.2 provider #847
Comments
Confirming the same behavior with |
Confirming that not only |
Confirming the same behavior with |
Hello - this is fixed in #849. The data source was using a Vault request ID as the ID for state, and under Terraform 0.13.0 that request ID was getting updated with every plan. The fix will go out in the next release, unfortunately I don't know specifically when that will be, but I imagine early next week. |
Hello @catsby , thank you for fixing this, do you know when can we expect the next release ? This is quite critical for us. Thank you! |
Thank you for fixing this and the quick release ! : ) |
@yatanasov you're very welcome. We're trying to be more responsive to this project and I'm trying to take a more active role, but progress is slow some times. Thank you all for your patience |
Terraform Version
0.13.0 with
hashicorp/vault v2.12.2
providerAffected Resource(s)
Please list the resources as a list, for example:
data.vault_generic_secret
Terraform Configuration Files
Debug Output
That's the only maybe meaningful mention of the affected resource I found in debug logs.
Expected Behavior
terraform plan shouldn't try to change anything
Actual Behavior
terraform always try to change the
id
of mentioned resource (and it weirdly says0 to change
anyway)Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
The text was updated successfully, but these errors were encountered: