From a942048f095cae278579c541af8010d320e4666c Mon Sep 17 00:00:00 2001 From: colmsnowplow Date: Tue, 16 Jan 2024 16:10:11 +0000 Subject: [PATCH] Remove postgres_db_publicly_accessible tfvar from secure file (close #86) --- terraform/aws/pipeline/secure/terraform.tfvars | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/terraform/aws/pipeline/secure/terraform.tfvars b/terraform/aws/pipeline/secure/terraform.tfvars index 3811158..88f1278 100644 --- a/terraform/aws/pipeline/secure/terraform.tfvars +++ b/terraform/aws/pipeline/secure/terraform.tfvars @@ -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: