-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
Support for provisioned throughput in aws_msk_cluster #24464
Comments
Would the expectation of supporting this be full provision and re-configure/provision at a later time? |
I'm going to pick this issue up. |
My intended implementation is to allow existing clusters to upgrade their storage to provisioned storage without resource recreation (destroy/create). |
This functionality has been released in v4.15.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
aws_msk_cluster is missing support for the provisioned throughput storage functionality
New or Affected Resource(s)
aws_msk_cluster
Potential Terraform Configuration
broker_node_group_info {
instance_type = var.instance_type
ebs_volume_size = var.ebs_volume_size
ebs_provisioned_throughput = X # if defined, enabled provisioned throughput with corresponding value.
}
References
https://aws.amazon.com/about-aws/whats-new/2022/01/amazon-msk-scale-storage-1000-broker/
https://pkg.go.dev/github.com/aws/aws-sdk-go-v2/service/kafka@v1.17.4/types#BrokerEBSVolumeInfo
The text was updated successfully, but these errors were encountered: