We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6917add commit 1b1ca55Copy full SHA for 1b1ca55
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/antonbabenko/pre-commit-terraform
3
- rev: v1.96.1
+ rev: v1.98.1
4
hooks:
5
- id: terraform_fmt
6
- id: terraform_wrapper_module_for_each
modules/notification/main.tf
@@ -81,6 +81,8 @@ data "aws_arn" "queue" {
81
data "aws_iam_policy_document" "sqs" {
82
for_each = { for k, v in var.sqs_notifications : k => v if var.create_sqs_policy }
83
84
+ version = "2012-10-17"
85
+
86
statement {
87
sid = "AllowSQSS3BucketNotification"
88
0 commit comments