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 99e9a75 commit 150d89cCopy full SHA for 150d89c
.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.0
4
hooks:
5
- id: terraform_fmt
6
- id: terraform_docs
main.tf
@@ -325,6 +325,7 @@ resource "aws_emr_cluster" "this" {
325
aws_iam_role_policy_attachment.service_pass_role,
326
aws_iam_role_policy_attachment.instance_profile,
327
aws_iam_role_policy_attachment.autoscaling,
328
+ aws_security_group_rule.service
329
]
330
331
lifecycle {
0 commit comments