[Bug]: Provider v5.8.0 breaks aws_mq_broker data source #32587
Labels
bug
Addresses a defect in current functionality.
regression
Pertains to a degraded workflow resulting from an upstream patch or internal enhancement.
service/mq
Issues and PRs that pertain to the mq service.
Terraform Core Version
1.5.0
AWS Provider Version
5.8.0
Affected Resource(s)
aws_mq_broker (data)
Expected Behavior
When you look up an MQ broker using the data source, it succeeds without error and you can access the attributes of that resource.
Actual Behavior
When you look up an MQ broker, you get an error in one of either the plan or apply stages, depending:
Relevant Error/Panic Output Snippet
No response
Terraform Configuration Files
Steps to Reproduce
Provision an MQ broker using
aws_mq_broker
then try to look up its attributes using the data source with the same nameDebug Output
No response
Panic Output
No response
Important Factoids
See PR #32454
I suspect that resource is updated to add a new attribute, but the data source was not, so they're out of sync.
Perhaps there should be some kind of automated CI check for this type of issue?
References
No response
Would you like to implement a fix?
No
The text was updated successfully, but these errors were encountered: