Skip to content

Commit 600963d

Browse files
committed
chore: Run terraform fmt
1 parent 20e128b commit 600963d

File tree

1 file changed

+2
-2
lines changed
  • clickhouse/examples/tls-encryption

1 file changed

+2
-2
lines changed

Diff for: clickhouse/examples/tls-encryption/main.tf

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ module "secure_clickhouse" {
2121
ssl_key_bits = 4096
2222

2323
# Cluster configuration
24-
cluster_name = "secure-clickhouse"
25-
keeper_node_count = 3 # Must be odd number for quorum
24+
cluster_name = "secure-clickhouse"
25+
keeper_node_count = 3 # Must be odd number for quorum
2626

2727
# 3 shards with 2 replicas each for scalability and HA
2828
shards = [

0 commit comments

Comments
 (0)