Skip to content

Commit 141eb78

Browse files
NikolaySDmitryFomin1
authored andcommitted
Mention password to be used for example DB
1 parent 078108e commit 141eb78

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)