terraform-aws-modules / terraform-aws-msk-kafka-cluster

Terraform module to create AWS MSK (Managed Streaming for Kafka) resources 🇺🇦
https://registry.terraform.io/modules/terraform-aws-modules/msk-kafka-cluster/aws
Apache License 2.0
55 stars 53 forks source link

Argument "ebs_volume_size" is deprecating #3

Closed tanvp112 closed 1 year ago

tanvp112 commented 2 years ago

FYI, this line is causing warning:

 Warning: Argument is deprecated
│
│   with module.stream.module.msk.aws_msk_cluster.this[0],
│   on .terraform\modules\stream.msk\main.tf line 19, in resource "aws_msk_cluster" "this":
│   19:     ebs_volume_size = var.broker_node_ebs_volume_size
│
│ use 'storage_info' argument instead

Thanks for the excellent module!

bryantbiggs commented 1 year ago

:tada: This issue has been resolved in version 2.0.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket:

github-actions[bot] commented 1 year ago

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. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.