Skip to content

Commit

Permalink
docs: clarification on passing in secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
leonbreedt committed Aug 13, 2023
1 parent 7547bd0 commit 206c7f6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,9 @@ The user name can be anything, it will be ignored.

The password should be the value of the `psk` secret created above.

Of course, don't store it in your Terraform file, but pass it in via a
variable or read it from a secret store like Vault.
Of course, don't store it in your Terraform file, but pass it in via
e.g. `-backend-config=password=<PSK>` when doing `init`,
having read the `PSK` value from a secure secret store.

```hcl
backend "http" {
Expand Down

0 comments on commit 206c7f6

Please sign in to comment.