Skip to content

Commit

Permalink
add ability to read transit-gateway flow logs
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsweetman committed Nov 13, 2023
1 parent fc5f96c commit 7512ea3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terraform/environments/core-network-services/iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ resource "aws_iam_role_policy" "read_firewall" {
"arn:aws:logs:*:*:log-group:fw-*:log-stream:*",
"arn:aws:logs:*:*:log-group:*-vpc-flow-logs-*:log-stream:*",
"arn:aws:logs:*:*:log-group:external-inspection-flow-logs:log-stream:*",
"arn:aws:logs:*:*:log-group:tgw-*:log-stream:*"
],
},
{
Expand Down

0 comments on commit 7512ea3

Please sign in to comment.