Skip to content

Commit 9e47a4b

Browse files
committed
wow... AWS needs PutRecord and PutRecords because it sends as a batch of records...
1 parent 883cd6a commit 9e47a4b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

iam_pipes.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,8 @@ locals {
182182

183183
kinesis_target = {
184184
actions = [
185-
"kinesis:PutRecord"
185+
"kinesis:PutRecord",
186+
"kinesis:PutRecords"
186187
]
187188
}
188189

0 commit comments

Comments
 (0)