New bootstrap_brokers_attached_enis output for aws_msk_cluster #20940
Closed
Description
Community Note
- Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
- 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
- If you are interested in working on this issue or have submitted a pull request, please leave a comment
Description
I am Trying to integrate MSK with NLB for privatelink connectivity using the steps laid out here. This requires me to add each Kafka broker ip address to the NLB target group. For that to work, I will need to get the attached eni id for each broker which is available in the AWS Console via the broker details section.
New or Affected Resource(s)
- aws_msk_list_nodes
Potential Terraform Configuration
resource "aws_msk_list_nodes" "example" {
cluster_arn = aws_msk_cluster.example.arn
}