Skip to content

Commit a37faaa

Browse files
author
olamide
committed
Update ssm parameter resource name
1 parent ccfdb9c commit a37faaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws/waf/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ resource "aws_sns_topic" "waf_logs_sns_subscription" {
218218
name = "${aws_wafv2_web_acl.main.id}-waf-logs-topic"
219219
}
220220

221-
resource "aws_ssm_parameter" "aws_waf_acl" {
221+
resource "aws_ssm_parameter" "aws_waf_sns_log" {
222222
name = "/aws-waf/sns/${var.name}"
223223
description = "Name of the SNS for the AWS WAF logs - ${var.name}"
224224
type = "SecureString"

0 commit comments

Comments
 (0)