We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26f96f0 commit bcb4e3eCopy full SHA for bcb4e3e
main.tf
@@ -217,7 +217,6 @@ resource "aws_sns_topic" "slack_topic" {
217
count = var.cloudwatch_metric_alarms_enabled ? 1 : 0
218
depends_on = [aws_elasticache_replication_group.redis]
219
name = format("%s-%s-%s", var.environment, var.name, "slack-topic")
220
- kms_master_key_id = aws_kms_key.this[0].key_id
221
delivery_policy = <<EOF
222
{
223
"http": {
0 commit comments