Commit 5d3ad78e authored by Yoni Leitersdorf's avatar Yoni Leitersdorf Committed by GitHub

fix: Fixed SID for assume role policy for flow logs (#670)

parent 88e1c6ec
......@@ -55,6 +55,8 @@ data "aws_iam_policy_document" "flow_log_cloudwatch_assume_role" {
count = local.create_flow_log_cloudwatch_iam_role ? 1 : 0
statement {
sid = "AWSVPCFlowLogsAssumeRole"
principals {
type = "Service"
identifiers = ["vpc-flow-logs.amazonaws.com"]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment