Skip to content

Commit

Permalink
Merge pull request #19 from terraform-modules/rds-postgres
Browse files Browse the repository at this point in the history
change 5482 to 5432
  • Loading branch information
badra001 committed Jun 21, 2021
2 parents cd59c12 + 13646ef commit 41b323e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rds-postgres/ports.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ locals {

name = var.name
ports = [
[5482, 5482, "tcp", "postgres-db", local.n_census, ["external"]],
[5432, 5432, "tcp", "postgres-db", local.n_census, ["external"]],
]

# these are ignored
Expand Down

0 comments on commit 41b323e

Please sign in to comment.