Skip to content

WIP: Add SNS topic to Platform Module#392

Draft
mjburling wants to merge 2 commits into
mainfrom
wip-sns-topic-for-slack-alarms
Draft

WIP: Add SNS topic to Platform Module#392
mjburling wants to merge 2 commits into
mainfrom
wip-sns-topic-for-slack-alarms

Conversation

@mjburling

Copy link
Copy Markdown
Member

🎫 Ticket

https://jira.cms.gov/browse/...

🛠 Changes

ℹ️ Context

🧪 Validation

Comment on lines +162 to +164
data "aws_sns_topic" "cloudwatch_alarms" {
name = "${local.app}-${local.parent_env}-cloudwatch-alarms"
}

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think these are configured by default by CDAP at the moment so this could present issues with running the platform module and seeing no return. We could add the sns topic creation alongside module "sns_to_slack_queue" { and remove the establishment via the APIs, replacing with a platform module call

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants