Skip to content

Commit

Permalink
self referencing whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
ben851 committed Dec 12, 2024
1 parent bf38f1d commit ed5f60e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/pinpoint_to_sqs_sms_callbacks/dashboards.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
locals {
celery_name = var.env == "production" ? "celery" : "${local.celery_name}"
celery_name = var.env == "production" ? "celery" : "notify-celery"
}

resource "aws_cloudwatch_dashboard" "pinpoint" {
Expand Down

0 comments on commit ed5f60e

Please sign in to comment.