Skip to content

Commit 0251c52

Browse files
committed
removing github comment
1 parent 1adf0bb commit 0251c52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/stacks/api-layer/csoc_log_forwarding.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ data "aws_iam_policy_document" "cwl_subscription_assume_role" {
1717
identifiers = ["logs.${var.default_aws_region}.amazonaws.com"]
1818
}
1919

20-
condition { # Forcing github
20+
condition {
2121
test = "StringLike"
2222
variable = "aws:SourceArn"
2323
values = ["${module.eligibility_signposting_api_gateway.cloudwatch_destination_arn}:*"]

0 commit comments

Comments
 (0)