tf directory
parent
fe45725b3a
commit
7edb988414
|
@ -8,4 +8,4 @@ PG_PORT=5432
|
||||||
passwd=$(pass "${PG_HOST}/${PG_USER}")
|
passwd=$(pass "${PG_HOST}/${PG_USER}")
|
||||||
conn_str="postgres://${PG_USER}:${passwd}@${PG_HOST}:${PG_PORT}/${PG_DB}"
|
conn_str="postgres://${PG_USER}:${passwd}@${PG_HOST}:${PG_PORT}/${PG_DB}"
|
||||||
|
|
||||||
terraform init -backend-config="conn_str=${conn_str}"
|
terraform -chdir=./tf init -backend-config="conn_str=${conn_str}"
|
||||||
|
|
Loading…
Reference in New Issue