Skip to content

Commit

Permalink
Change ssm parameter name, aws-waf is a reserved parameter name
Browse files Browse the repository at this point in the history
  • Loading branch information
olamide committed Mar 28, 2024
1 parent 2681484 commit bd3b520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/waf/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ resource "aws_sns_topic" "waf_logs_sns_subscription" {
}

resource "aws_ssm_parameter" "aws_waf_sns_log" {
name = "/aws-waf/sns/${var.name}"
name = "/waflogs/sns/${var.name}"
description = "Name of the SNS for the AWS WAF logs - ${var.name}"
type = "SecureString"
value = "${aws_wafv2_web_acl.main.id}-waf-logs-topic"
Expand Down

0 comments on commit bd3b520

Please sign in to comment.