Skip to content

Commit

Permalink
Commit changes made by code formatters
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 1, 2024
1 parent d76a1c8 commit 96d52df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/kinesis_firehose_xsiam/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,10 @@ resource "aws_iam_policy" "xsiam_kinesis_firehose_error_log_policy" {
Action = [
"logs:PutLogEvents",
]
Effect = "Allow"
Effect = "Allow"
Resource = [
"${aws_cloudwatch_log_group.xsiam_delivery_group.arn}/*"
]
]
}
]
})
Expand Down

0 comments on commit 96d52df

Please sign in to comment.