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 7f90184 commit ac4d549Copy full SHA for ac4d549
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/antonbabenko/pre-commit-terraform
3
- rev: v1.75.0
+ rev: v1.76.0
4
hooks:
5
- id: terraform_fmt
6
- id: terraform_validate
main.tf
@@ -279,7 +279,7 @@ resource "aws_iam_role" "this" {
279
{
280
Action = ["logs:CreateLogGroup"]
281
Effect = "Deny"
282
- Resource = aws_cloudwatch_log_group.this[0].arn
+ Resource = "*"
283
},
284
]
285
})
0 commit comments