Skip to content

Commit 150d89c

Browse files
authored
fix: Add dependency on service security group rules (#37)
1 parent 99e9a75 commit 150d89c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/antonbabenko/pre-commit-terraform
3-
rev: v1.96.1
3+
rev: v1.98.0
44
hooks:
55
- id: terraform_fmt
66
- id: terraform_docs

main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,7 @@ resource "aws_emr_cluster" "this" {
325325
aws_iam_role_policy_attachment.service_pass_role,
326326
aws_iam_role_policy_attachment.instance_profile,
327327
aws_iam_role_policy_attachment.autoscaling,
328+
aws_security_group_rule.service
328329
]
329330

330331
lifecycle {

0 commit comments

Comments
 (0)