Skip to content

Commit 040b5ef

Browse files
CCM-8197: Cross Account Observability
1 parent 3252fae commit 040b5ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/terraform/components/acct/iam_role_log_subscription_role.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ resource "aws_iam_policy" "log_subscription_policy" {
3030
"logs:DescribeLogStreams",
3131
"logs:PutLogEvents"
3232
]
33-
Resource = "*"
33+
Resource = "arn:aws:logs:${var.region}:${var.observability_account_id}:destination:nhs-notify-main-acct-firehose-logs"
3434
}
3535
]
3636
})

0 commit comments

Comments
 (0)