Skip to content

Commit

Permalink
fix: ignore topic encryption warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavier Basty committed Sep 14, 2023
1 parent d288bb3 commit 4ac2205
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions terraform/cloudwatch/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ locals {
period = 60 * 5
}

#tfsec:ignore:aws-sns-enable-topic-encryption
resource "aws_sns_topic" "webhook" {
name = "cloudwatch-webhook"
display_name = "CloudWatch Webhook forwarding to BetterUptime"
Expand Down
1 change: 1 addition & 0 deletions terraform/res_prometheus.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ resource "aws_prometheus_alert_manager_definition" "prometheus_alerts" {
EOF
}

#tfsec:ignore:aws-sns-enable-topic-encryption
resource "aws_sns_topic" "prometheus_webhook" {
name = "prometheus-webhook"
display_name = "Prometheus Webhook forwarding to BetterUptime"
Expand Down

0 comments on commit 4ac2205

Please sign in to comment.