Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Dec 16, 2024
1 parent a975fe5 commit 466bb5c
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 @@ -217,7 +217,7 @@ resource "aws_vpc_security_group_ingress_rule" "cidr_block" {

# ingress: by prefix_list
resource "aws_vpc_security_group_ingress_rule" "prefix_lists" {
for_each = { for x in local.sg_plr : x.prefix_list_label => x }
for_each = { for x in local.sg_pl : x.prefix_list_label => x }

security_group_id = aws_security_group.sg[each.value.key].id
description = each.value.short
Expand Down

0 comments on commit 466bb5c

Please sign in to comment.