terraform-aws-msk-kafka-cluster icon indicating copy to clipboard operation
terraform-aws-msk-kafka-cluster copied to clipboard

Argument "ebs_volume_size" is deprecating

Open tanvp112 opened this issue 3 years ago β€’ 0 comments

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!

tanvp112 avatar Jun 26 '22 07:06 tanvp112