Skip to content

Commit

Permalink
dummy
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryfan01234 committed Aug 12, 2024
1 parent d86d0ab commit c6e121b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions indexer/msk.tf
Original file line number Diff line number Diff line change
@@ -1,14 +1,7 @@
resource "aws_msk_configuration" "main" {
<<<<<<< HEAD
// create_before_destroy=true requires us to use name whenever this resource needs replacement because the old
// resource not delete first. For now we only trigger replacement for new kafka versions, so use the kafka version in
// the name
kafka_versions = [local.kafka_version]
=======
kafka_versions = [local.kafka_version]
// create_before_destroy=true forces a new name because the old resource not delete first. For now we only trigger
// replacement for new kafka versions, so use the kafka version in the name
>>>>>>> main
name = "${var.environment}-${var.indexers[var.region].name}-msk-configuration-${replace(local.kafka_version, ".", "-")}"
server_properties = <<PROPERTIES
auto.create.topics.enable=false
Expand Down

0 comments on commit c6e121b

Please sign in to comment.