1 Answer
- Newest
- Most votes
- Most comments
0
here is the bug https://github.com/hashicorp/terraform-provider-aws/issues/35763
that github issue is related to terraform not able to compare and see that the data is the same. My issue was that I used strings in my json for durations(error 400 from AWS) , which matches the expected format in the TF provider but generate a new change for each plan/apply like mentioned in the issue you linked.
Relevant content
- asked 3 years ago

please accept the answer if it was useful