Skip to content

Commit

Permalink
Allow CSB to send CloudWatch alarms to platform team
Browse files Browse the repository at this point in the history
To send alarms, the broker needs access to the notification topics.

Related to cloud-gov/product#3214
  • Loading branch information
jameshochadel committed Jan 6, 2025
1 parent bcf6eba commit caff6a0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions terraform/stacks/main/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -762,6 +762,10 @@ output "csb" {
access_key_id_prev = module.csb_iam.access_key_id_prev
secret_access_key_prev = module.csb_iam.secret_access_key_prev
}
notification_topics = {
email_notification_topic_arn = module.sns.cg_platform_notifications_arn
slack_notification_topic_arn = module.sns.cg_platform_slack_notifications_arn
}
}
}

Expand Down

0 comments on commit caff6a0

Please sign in to comment.