Skip to content

Commit 05228f3

Browse files
authored
Added note about "TF_BACKEND_HTTP_ENCRYPTION_PROVIDER" to README.md (#30)
1 parent 7a9544b commit 05228f3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,11 @@ Unfortunately `go-git` will not mimic real Git client and will not automatically
212212

213213
### State Encryption
214214

215+
To enable encryption set the env var `TF_BACKEND_HTTP_ENCRYPTION_PROVIDER` to one of the following values:
216+
217+
- `sops`
218+
- `aes`
219+
215220
We are using [`sops`](https://github.com/mozilla/sops) as encryption abstraction. `sops` supports many different encryption backends, but unfortunately it does not provide one stop API for all of them, so on our side we should define configuration and create binding for each. At the moment, we have following bindings for `sops` backends:
216221

217222
- PGP

0 commit comments

Comments
 (0)