Skip to content

Commit

Permalink
fix list
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed May 14, 2021
1 parent 3a0c54b commit 1066efd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flowlogs-role/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ data "aws_iam_policy_document" "flowlogs" {
sid = "VPCFlowLogsKinesis"
effect = "Allow"
actions = ["kinesis:PutRecord"]
resources = [local.flowlogs_streams]
resources = local.flowlogs_streams
}
}

Expand Down

0 comments on commit 1066efd

Please sign in to comment.