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 067e80b commit 5b14b06
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 @@ -164,7 +164,7 @@ resource "aws_vpc_security_group_ingress_rule" "cidr_block" {
description = each.value.description
from_port = each.value.from
to_port = each.value.to
ip_protocol = each.value.protocol
ip_protocol = each.value.proto
cidr_ipv4 = each.value.cidr_block
}

0 comments on commit 5b14b06

Please sign in to comment.