Skip to content

Commit

Permalink
Merge pull request #8769 from ministryofjustice/fix/core-monitoring-s…
Browse files Browse the repository at this point in the history
…ns-topic

Temporarily resolve SNS topic error for new account bootstrapping
  • Loading branch information
dms1981 authored Dec 27, 2024
2 parents e32a648 + 643396c commit 8e229fe
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,5 +107,6 @@ locals {
# Subscribe SNS topics in member accounts to pagerduty for core monitoring
module "core_monitoring" {
source = "../../../modules/core-monitoring"
depends_on = [data.aws_sns_topic.existing_topic]
pagerduty_integration_keys = local.pagerduty_integration_keys
}

0 comments on commit 8e229fe

Please sign in to comment.