Skip to content

Commit

Permalink
rename rule
Browse files Browse the repository at this point in the history
  • Loading branch information
georgepstaylor committed Oct 17, 2023
1 parent 6c1518c commit 946e625
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ resource "aws_security_group_rule" "efs_ingress" {
security_group_id = aws_security_group.ldap_efs.id
}

resource "aws_security_group_rule" "efs_ingress" {
resource "aws_security_group_rule" "efs_ingress_vpc" {
type = "ingress"
from_port = 2049
to_port = 2049
Expand Down

0 comments on commit 946e625

Please sign in to comment.