Skip to content

Commit

Permalink
fix: fix create
Browse files Browse the repository at this point in the history
  • Loading branch information
KaimingWan committed Jun 20, 2024
1 parent 578425a commit 4e302e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion driver-msk/deploy/aws-cn/provision-kafka-aws.tf
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ PROPERTIES
resource "aws_msk_cluster" "mskcluster" {
cluster_name = "mskcluster"
kafka_version = "3.7.x.kraft"
number_of_broker_nodes = 3
number_of_broker_nodes = 2

configuration_info{
arn = aws_msk_configuration.rackconfig.arn
Expand Down

0 comments on commit 4e302e7

Please sign in to comment.