Skip to content

Commit d28d530

Browse files
committed
Merge branch 'example-db-pwd-mentioned' into 'master'
Mention password to be used for example DB See merge request postgres-ai/terraform-postgres-ai-database-lab!35
2 parents cec87c4 + 141eb78 commit d28d530

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform.tfvars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ source_postgres_version = "13"
1717
source_postgres_host = "ec2-3-215-57-87.compute-1.amazonaws.com"
1818
source_postgres_port = "5432"
1919
source_postgres_dbname = "d3dljqkrnopdvg" # this is an existing DB (Heroku example DB)
20-
source_postgres_username = "postgres"
20+
source_postgres_username = "bfxuriuhcfpftt" # in secret.tfvars, use: source_postgres_password = "dfe01cbd809a71efbaecafec5311a36b439460ace161627e5973e278dfe960b7"
2121

2222
dle_debug_mode = "true"
2323
dle_retrieval_refresh_timetable = "0 0 * * 0"

0 commit comments

Comments
 (0)