terraform-aws-msk-kafka-cluster
terraform-aws-msk-kafka-cluster copied to clipboard
express brokers not supported
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: Broker logs are not supported for clusters with Express instance types.
pretty sure you need to change the log config as this issue suggests: https://github.com/hashicorp/terraform-provider-aws/issues/40357
- [x] β I have searched the open/closed issues and my issue is not listed.
Versions
-
Module version [Required]: latest
-
Terraform version: v1.10.5
Reproduction Code [Required]
set the broker type to an express type:
broker_node_instance_type = "express.m7g.large"
Expected behavior
it should handle the difference and comment out the logging config.