Skip to content

Commit f2658cb

Browse files
committed
policy fix
1 parent 7be38cd commit f2658cb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

terraform/id_sync_lambda.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -177,12 +177,12 @@ resource "aws_iam_policy" "id_sync_lambda_exec_policy" {
177177
]
178178
},
179179
{
180-
Effect : "Allow",
181-
Action : [
180+
Effect = "Allow",
181+
Action = [
182182
"firehose:PutRecord",
183183
"firehose:PutRecordBatch"
184184
],
185-
Resource : "arn:aws:firehose:*:*:deliverystream/${module.splunk.firehose_stream_name}"
185+
Resource = "arn:aws:firehose:*:*:deliverystream/${module.splunk.firehose_stream_name}"
186186
},
187187
{
188188
Effect = "Allow"

0 commit comments

Comments
 (0)