We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd3b520 commit aa22804Copy full SHA for aa22804
aws/waf/main.tf
@@ -222,5 +222,5 @@ resource "aws_ssm_parameter" "aws_waf_sns_log" {
222
name = "/waflogs/sns/${var.name}"
223
description = "Name of the SNS for the AWS WAF logs - ${var.name}"
224
type = "SecureString"
225
- value = "${aws_wafv2_web_acl.main.id}-waf-logs-topic"
+ value = aws_sns_topic.waf_logs_sns_subscription.arn
226
}
0 commit comments