-
Notifications
You must be signed in to change notification settings - Fork 2
[PRM-362] amend variable and sqs name for degrades messages #35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| @@ -1,5 +1,5 @@ | |||
| resource "aws_sqs_queue" "degrades_messages" { | |||
| name = "degrades_messages_queue" | |||
| name = "${var.degrades_message_queue}_${var.environment}" | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think as a standard we generally prefix the env on the front of the name to make it easier to identify when in a list of varying lengths etc.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i'll change that, most of the buckets look like they have env at the end but the queues have it at the beginning
Report for container-repositories on environment: devTerraform Format and Style 🖌
|
Report for base-support on environment: devTerraform Format and Style 🖌
|
Report for degrades-dashboards on environment: devTerraform Format and Style 🖌
|
Report for base-networking on environment: devTerraform Format and Style 🖌
|
Report for ecs-cluster on environment: devTerraform Format and Style 🖌
|
No description provided.