Skip to content

Commit

Permalink
Remove postgres_db_publicly_accessible tfvar from secure file (close #86
Browse files Browse the repository at this point in the history
)
  • Loading branch information
colmsnowplow authored and jbeemster committed Jan 17, 2024
1 parent 328122a commit a942048
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions terraform/aws/pipeline/secure/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ postgres_db_password = "Hell0W0rld!2"
# IP ranges that you want to query the Pipeline Postgres RDS from
# Note: this exposes your data to the internet - take care to ensure your allowlist is strict enough
# or provide a way to access the database through the VPC instead
postgres_db_publicly_accessible = true
postgres_db_ip_allowlist = ["999.999.999.999/32", "888.888.888.888/32"]
postgres_db_ip_allowlist = ["999.999.999.999/32", "888.888.888.888/32"]

# --- Target: Snowflake
# Follow the guide to get input values for the loader:
Expand Down

0 comments on commit a942048

Please sign in to comment.