• postgres command
On this page
command: postgres
Terraprep supports the creation of new azure storage accounts with blob containers.
terraprep postgres --help
Environment variables
Terraprep postgres
backend command supports the following environment variables during the backend setup. If any of these variables aren’t set, terraprep will prompt for a value or suggest defaults.
export PGHOST=localhost
export PGPORT=5432
export PGUSER=postgres
export PGPASSWORD=uniquePassw0rd
export PGSSLMODE=require
export PGDATABASE=terraprep
Terraprep doesn't store plaintext values of the $PGPASSWORD environment variable