fixed typo
parent
06063c888f
commit
d21e79ca9b
|
@ -31,7 +31,7 @@ I run Terrafrom through two wrapper scripts: `scripts/init.sh` and
|
||||||
`scripts/run_terraform`.
|
`scripts/run_terraform`.
|
||||||
|
|
||||||
`scripts/init.sh` is used just to run `terraform init`. It fetches the
|
`scripts/init.sh` is used just to run `terraform init`. It fetches the
|
||||||
PostgreSQL phssword (from `pass`) and it passes the connection string manually
|
PostgreSQL password (from `pass`) and it passes the connection string manually
|
||||||
to the partially-configured pg backend.
|
to the partially-configured pg backend.
|
||||||
|
|
||||||
`scripts/run_terraform` is used to run other terraform commands. It sets up the
|
`scripts/run_terraform` is used to run other terraform commands. It sets up the
|
||||||
|
|
Loading…
Reference in New Issue