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

Commit ba4ba2f

Browse files
authored
fix: Use cluster_name on kms alias (#25)
1 parent db1408c commit ba4ba2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

clickhouse/cloudwatch.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,6 @@ data "aws_caller_identity" "current" {}
8181
data "aws_region" "current" {}
8282

8383
resource "aws_kms_alias" "cloudwatch" {
84-
name = "alias/clickhouse-cloudwatch"
84+
name = "alias/${var.cluster_name}-cloudwatch"
8585
target_key_id = aws_kms_key.cloudwatch.key_id
8686
}

0 commit comments

Comments
 (0)