Skip to content
This repository was archived by the owner on Mar 30, 2026. It is now read-only.

Commit 519a0e5

Browse files
authored
fix: Example names (#18)
1 parent 9df84ba commit 519a0e5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

clickhouse/examples/multi-shard/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ provider "aws" {
22
region = "us-west-2"
33
}
44

5-
module "clickhouse_sharded" {
5+
module "clickhouse_multi_shard" {
66
source = "../../"
77

88
# 3 shards with 2 replicas each for scalability and HA

clickhouse/examples/single-shard/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ provider "aws" {
22
region = "us-west-2"
33
}
44

5-
module "clickhouse_ha" {
5+
module "clickhouse_single_shard" {
66
source = "../.."
77

88
# Single shard with 3 replicas for high availability

0 commit comments

Comments
 (0)