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 1adf0bb commit 0251c52Copy full SHA for 0251c52
infrastructure/stacks/api-layer/csoc_log_forwarding.tf
@@ -17,7 +17,7 @@ data "aws_iam_policy_document" "cwl_subscription_assume_role" {
17
identifiers = ["logs.${var.default_aws_region}.amazonaws.com"]
18
}
19
20
- condition { # Forcing github
+ condition {
21
test = "StringLike"
22
variable = "aws:SourceArn"
23
values = ["${module.eligibility_signposting_api_gateway.cloudwatch_destination_arn}:*"]
0 commit comments