Closed Rumbles closed 1 year ago
Voting for Prioritization
Volunteering to Work on This Issue
@Rumbles Thanks for raising this issue. It has already been noticed in #30383 and #30372. I'm going to close this one as a duplicate so that we can concentrate discussion in the linked issue. Please add any additional comments there.
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.
Terraform Core Version
1.4.4
AWS Provider Version
4.61.0
Affected Resource(s)
Our automated deployments occurred (using a github action runner container) as usual over the weekend, but they failed on the RDS related resources. I was able to confirm this appears to be due to the latest release as I went back to
4.60.0
this morning and was able to apply the same code without any errors.Expected Behavior
Apply should work without error
Actual Behavior
Plug in panics and crashes
Relevant Error/Panic Output Snippet
Terraform Configuration Files
There's nothing too crazy in our setup, here is a snippet of one of the resources mentioned in the panic messages:
Steps to Reproduce
I was able to reproduce this locally on my machine this morning and when I moved back to the previous release of the plug in the issue went away so I am fairly sure it is an issue with
4.61.0
Debug Output
Please let me know if you need this, I can reproduce if required
Panic Output
No response
Important Factoids
No response
References
No response
Would you like to implement a fix?
No