Skip to content

Commit

Permalink
Fix missing to_port
Browse files Browse the repository at this point in the history
  • Loading branch information
basilv committed Sep 5, 2023
1 parent 5a91347 commit 2b8a25e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions infrastructure/server/network_security_groups.tf
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ resource "aws_vpc_security_group_ingress_rule" "fam_app_sg_postgres" {
security_group_id = aws_security_group.fam_data_sg.id
referenced_security_group_id = aws_security_group.fam_app_sg.id
from_port = 5432
to_port = 5432
ip_protocol = "TCP"
description = "Allow traffic to database from FAM application tier (lambdas)."
}
Expand Down

0 comments on commit 2b8a25e

Please sign in to comment.