terraform-aws-msk-kafka-cluster
terraform-aws-msk-kafka-cluster copied to clipboard
Terraform module to create AWS MSK (Managed Streaming for Kafka) resources πΊπ¦
## Description Add support for the MSK `storage_info` block. This includes the new provisioned volume throughput feature. Using the new `storage_info` block did require setting the minimum version for the...
FYI, this [line](https://github.com/clowdhaus/terraform-aws-msk-kafka-cluster/blob/cdc8cd21f2ea3eeeadd6eb7bda00405c68c96001/main.tf#L19) 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 β...
## Description Add msk serverless cluster. ## Motivation and Context https://docs.aws.amazon.com/msk/latest/developerguide/serverless.html ## Breaking Changes No. ## How Has This Been Tested? - [x] I have updated at least one of...
## Description When upgrading an MSK cluster to a new version, the 2.5.0 version of this terraform module wants to replace the MSK configuration resource. The create before destroy is...
## Description After provisioning a new MSK cluster with fixed storage size it's not possible to change the storage size with Terraform. It seems like Terraform is unable to detect...
## Description In your module, the resources **`aws_msk_configuration`** and **`random_id`** are used. If the **`aws_msk_configuration resource`** was created manually or by another module and was given a simple name, for...
## Description when creating msk cluster with express brokers i get: ``` β Error: creating MSK Cluster (super-cool-kafka): operation error Kafka: CreateCluster, https response error StatusCode: 400, RequestID: dd77e7d6-194e-4e0b-a1a8-389e9bbd9fe0, BadRequestException:...
## Is your request related to a new offering from AWS? Is this functionality available in the [AWS provider for Terraform](https://registry.terraform.io/providers/hashicorp/aws/latest/docs)? See [CHANGELOG.md] Not exactly, just a missing output ##...