We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd42cf2 commit 4f3babcCopy full SHA for 4f3babc
infrastructure/terraform/components/app/cloudwatch_log_group_amplify.tf
@@ -4,7 +4,7 @@ resource "aws_cloudwatch_log_group" "amplify" {
4
}
5
6
resource "aws_cloudwatch_log_subscription_filter" "amplify" {
7
- name = "${local.csi}-amplify"
+ name = "${local.csi}-amplify-${aws_amplify_app.main.id}"
8
log_group_name = aws_cloudwatch_log_group.amplify.name
9
filter_pattern = ""
10
destination_arn = "arn:aws:logs:${var.region}:${var.observability_account_id}:destination:nhs-notify-main-acct-firehose-logs"
0 commit comments