Skip to content

Commit

Permalink
missed one
Browse files Browse the repository at this point in the history
  • Loading branch information
ben851 committed Dec 17, 2024
1 parent 1f1c35b commit 10fcfff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/eks/cloudwatch_alarms.tf
Original file line number Diff line number Diff line change
Expand Up @@ -789,7 +789,7 @@ resource "aws_cloudwatch_metric_alarm" "document-download-api-replicas-unavailab
dimensions = {
ClusterName = aws_eks_cluster.notification-canada-ca-eks-cluster.name
namespace = var.notify_k8s_namespace
deployment = var.env == "production" ? "document-download" : "notify-document-download"
deployment = var.env == "production" ? "document-download-api" : "notify-document-download"
}
}
}
Expand Down

0 comments on commit 10fcfff

Please sign in to comment.