Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Dec 12, 2024
1 parent 5b14b06 commit d2cd633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emr/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ resource "aws_vpc_security_group_ingress_rule" "cidr_block" {
for_each = { for x in local.sg_cidr : x.cidr_label => x }

security_group_id = aws_security_group.sg[each.value.key].id
description = each.value.description
description = each.value.short
from_port = each.value.from
to_port = each.value.to
ip_protocol = each.value.proto
Expand Down

0 comments on commit d2cd633

Please sign in to comment.