Skip to content

Commit bcb4e3e

Browse files
committed
removed the kms encryption over sns topic
1 parent 26f96f0 commit bcb4e3e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

main.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,6 @@ resource "aws_sns_topic" "slack_topic" {
217217
count = var.cloudwatch_metric_alarms_enabled ? 1 : 0
218218
depends_on = [aws_elasticache_replication_group.redis]
219219
name = format("%s-%s-%s", var.environment, var.name, "slack-topic")
220-
kms_master_key_id = aws_kms_key.this[0].key_id
221220
delivery_policy = <<EOF
222221
{
223222
"http": {

0 commit comments

Comments
 (0)