tf directory

main
Ricard Illa 2022-08-25 10:43:04 +02:00
parent fe45725b3a
commit 7edb988414
No known key found for this signature in database
GPG Key ID: F69A672B72E54902
1 changed files with 1 additions and 1 deletions

View File

@ -8,4 +8,4 @@ PG_PORT=5432
passwd=$(pass "${PG_HOST}/${PG_USER}")
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}"