Skip to content

Commit

Permalink
fix eventbrige topic arn
Browse files Browse the repository at this point in the history
  • Loading branch information
EreminAnton committed Aug 14, 2023
1 parent b1e6a09 commit 688f8f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example.tf
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ module "eventbridge_alerts" {
# create_aws_health_rule will create eventbridge rule and send all AWS Health events to Slack
create_aws_health_rule = true

sns_topic_arn = local.prod_sns_topic_arn
sns_topic_arn = local.prod_sns_topic_arn[0]
}


Expand Down

0 comments on commit 688f8f8

Please sign in to comment.