-
Notifications
You must be signed in to change notification settings - Fork 6
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
Terraform always re-plans changes when using rds-logs module #62
Comments
Thanks for reporting this! Ultimately, this is a manifestation of hashicorp/terraform-provider-aws#9827 and there isn't a lot we can do (we've tried in #16 previously to improve this behaviour). Short of making this parameters unconfigurable (which, even then may trigger this bug given that ordering could change on the API side) I'm not sure how to improve this. Open to suggestions, however! |
Thanks for the acknowledgement. The latest comments in the linked issue suggest param order is important. If I get a chance I will see if the technique mentioned has any effect. |
## Which problem is this PR solving? - Closes #62 (I hope) ## Short description of the changes - I think the problem is [here](https://github.com/hashicorp/terraform-provider-aws/blob/36d6c95fbd2d4510dd8c6479abdfee0a2bdb5a07/internal/service/firehose/delivery_stream.go#L719-L724) unless I'm mistaken. The order for those parameters has to be fixed or it will flap. ## How to verify that this has the expected result Co-authored-by: Jason Harley <jason@honeycomb.io>
@qnm v1.2.1 was just released and includes an attempt at fixing this annoying behaviour. |
Versions
All I've tried. Currently 1.1.0. Using Terraform 1.5.4.
Steps to reproduce
honeycombio/integrations/aws//modules/rds-logs
as a single module e.g.Additional context
This doesn't actually cause a problem, it's more that it's difficult to determine legitimate changes.
I've tried a few terraform versions and still see this issue.
The text was updated successfully, but these errors were encountered: