Skip to content

Commit

Permalink
!drop invalid change to test CI
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewhughes-uw committed Feb 8, 2024
1 parent 08184cf commit be4d1bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-aws/finance/debt.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
resource "kafka_topic" "account-debt-selected-events" {
name = "account-debt-selected.events"
replication_factor = 3
partitions = 10
partitions = 10
config = {
"retention.ms" = "2592000000"
"retention.bytes" = "-1"
Expand Down

0 comments on commit be4d1bf

Please sign in to comment.