Skip to content

Commit

Permalink
Merge pull request #14 from terraform-modules/census-ingress
Browse files Browse the repository at this point in the history
local.n_census
  • Loading branch information
badra001 committed Apr 28, 2021
2 parents 11aeb0d + 39fa560 commit 4278472
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_all, ["external"]],
[5482, 5482, "tcp", "postgres-db", local.n_census, ["external"]],
]

# these are ignored
Expand Down

0 comments on commit 4278472

Please sign in to comment.