hashicorp / terraform-provider-aws

The AWS Provider enables Terraform to manage AWS resources.
https://registry.terraform.io/providers/hashicorp/aws
Mozilla Public License 2.0
9.8k stars 9.15k forks source link

[Enhancement]: bootstrap_brokers_vpc_connectivity attributes on data.aws_msk_cluster #34607

Open nicks opened 10 months ago

nicks commented 10 months ago

Description

The AWS MSK API has a new attribute: broker strings for use with VPC connections.

This attribute has already been added to the aws_msk_cluster resource. But the attribute is missing from aws_msk_cluster data.

https://github.com/hashicorp/terraform-provider-aws/issues/31062 https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/msk_cluster#bootstrap_brokers_vpc_connectivity_sasl_iam https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/msk_cluster

Affected Resource(s) and/or Data Source(s)

Potential Terraform Configuration

data.aws_msk_cluster.my_cluster.bootstrap_brokers_vpc_connectivity_sasl_iam

References

No response

Would you like to implement a fix?

No

github-actions[bot] commented 10 months ago

Community Note

Voting for Prioritization

Volunteering to Work on This Issue

aayushsss1 commented 4 months ago

Hey I can take this issue up!!