We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 114ebfe commit 01658fbCopy full SHA for 01658fb
infrastructure/terraform/components/app/cloudwatch_log_group_amplify.tf
@@ -7,6 +7,6 @@ resource "aws_cloudwatch_log_subscription_filter" "amplify" {
7
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"
+ destination_arn = local.log_destination_arn
11
role_arn = local.acct.log_subscription_role_arn
12
}
0 commit comments