Skip to content

Commit

Permalink
remove condition
Browse files Browse the repository at this point in the history
  • Loading branch information
jay-whitwell committed Jan 7, 2025
1 parent d6ac4d1 commit 367ee60
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions terraform/environment/region/modules/event_bus/sqs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,5 @@ data "aws_iam_policy_document" "receive_events_queue_policy" {

actions = ["sqs:SendMessage"]
resources = [aws_sqs_queue.receive_events_queue[0].arn]

condition {
test = "ArnEquals"
variable = "aws:SourceArn"
values = [
aws_cloudwatch_event_rule.receive_events_from_mlpa[0].arn
]
}
}
}

0 comments on commit 367ee60

Please sign in to comment.