-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Expose ClientVpcIpAddress for built Kafka clusters #11085
Comments
Hi, here's some candidate code to use list_nodes to add a new output containing a comma separated list of all ClientVpcIpAddress values for a cluster. Example:
I've run the code successfully, but am still working on unit testing. Please let me know if someone who is familiar with the MSK unit tests can assist. |
[WIP] PR created, #12821 |
Unit test output added to #12821, removed [WIP] from the PR |
I think the best solution for this will be a new |
This functionality has been released in v3.60.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
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. |
Community Note
Description
When we've created a Kafka cluster, expose the IPs of the individual brokers as an attribute so that they can be used for other configuration. This is already being exposed by the AWS Go SDK: https://github.com/aws/aws-sdk-go/blob/363ee75f96be07cb7dd905ad9fda37d0eeafeb68/service/kafka/api.go#L2204
New or Affected Resource(s)
The text was updated successfully, but these errors were encountered: