Skip to content

Commit 5d3ad78

Browse files
authored
fix: Fixed SID for assume role policy for flow logs (#670)
1 parent 88e1c6e commit 5d3ad78

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

vpc-flow-logs.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ data "aws_iam_policy_document" "flow_log_cloudwatch_assume_role" {
5555
count = local.create_flow_log_cloudwatch_iam_role ? 1 : 0
5656

5757
statement {
58+
sid = "AWSVPCFlowLogsAssumeRole"
59+
5860
principals {
5961
type = "Service"
6062
identifiers = ["vpc-flow-logs.amazonaws.com"]

0 commit comments

Comments
 (0)