Commit 78c6aa36 by Ben Patterson

Name refactor.

parent 22ed67b6
......@@ -44,7 +44,7 @@ resource "aws_sqs_queue" "edx-pipeline-provision" {
}
resource "aws_sns_topic" "edx-pipeline-provision" {
name = "user-updates-topic"
name = "edx-pipeline-provision-topic"
policy = "topic_policy"
}
......@@ -66,7 +66,7 @@ resource "aws_sqs_queue" "edx-pipeline-sitespeed" {
}
resource "aws_sns_topic" "edx-pipeline-sitespeed" {
name = "user-updates-topic"
name = "edx-pipeline-sitespeed-topic"
policy = "topic_policy"
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment