Open mr92752 opened 6 months ago
Voting for Prioritization
Volunteering to Work on This Issue
Maybe similar #20327
confirmed same problem while trying to upgrade from 4.20.1 -> 5.47.0 of the AWS provider. this makes me nervous to update to any 5.xx.xx of the AWS provider now.
looks like this is related to #26031
Terraform Core Version
1.5.3
AWS Provider Version
5.46.0
Affected Resource(s)
aws_msk_cluster
Expected Behavior
aws_msk_cluster broker_node_group_info storage_info ebs_storage_info should not be updated if there is no change
Actual Behavior
terraform is adding provisioned_throughput to eb_storage_info though it is null and eventually error out
Relevant Error/Panic Output Snippet
If voulme_storage variable value is increased and reapplied, this error doesn't occur
Terraform Configuration Files
Steps to Reproduce
Debug Output
No response
Panic Output
No response
Important Factoids
No response
References
No response
Would you like to implement a fix?
None