Skip to content

Commit

Permalink
docs: Update Kafka versions in examples to match AWS recommended vers…
Browse files Browse the repository at this point in the history
…ion (#20)

Co-authored-by: Bryant Biggs <[email protected]>
  • Loading branch information
holgerson97 and bryantbiggs authored Mar 18, 2024
1 parent e7277d1 commit d7b2b2e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/basic/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ module "msk_cluster" {
source = "../.."

name = local.name
kafka_version = "3.4.0"
kafka_version = "3.5.1"
number_of_broker_nodes = 3

broker_node_client_subnets = module.vpc.private_subnets
Expand Down
2 changes: 1 addition & 1 deletion examples/complete/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ module "msk_cluster" {
source = "../.."

name = local.name
kafka_version = "3.4.0"
kafka_version = "3.5.1"
number_of_broker_nodes = 3
enhanced_monitoring = "PER_TOPIC_PER_PARTITION"

Expand Down
2 changes: 1 addition & 1 deletion examples/connect/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ module "msk_cluster" {
source = "../.."

name = local.name
kafka_version = "3.4.0"
kafka_version = "3.5.1"
number_of_broker_nodes = 3

broker_node_client_subnets = module.vpc.private_subnets
Expand Down

0 comments on commit d7b2b2e

Please sign in to comment.