Many MSK users want to create SASL/SCRAM secrets in multiple modules and associate them with the cluster. Today, the aws_msk_scram_secret_association resource is effectively a singleton and blocks this type of use case.
This PR adds logic to manage configured state for multiple aws_msk_scram_secret_association objects separately.
Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.
For Submitters
Review the contribution guide relating to the type of change you are making to ensure all of the necessary steps have been taken.
For new resources and data sources, use skaff to generate scaffolding with comments detailing common expectations.
Whether or not the branch has been rebased will not impact prioritization, but doing so is always a welcome surprise.
Description
Many MSK users want to create SASL/SCRAM secrets in multiple modules and associate them with the cluster. Today, the aws_msk_scram_secret_association resource is effectively a singleton and blocks this type of use case.
This PR adds logic to manage configured state for multiple aws_msk_scram_secret_association objects separately.
Relations
Closes #16791
Output from Acceptance Testing