We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb51882 commit 362a203Copy full SHA for 362a203
1 file changed
website/source/docs/commands/remote-config.html.markdown
@@ -50,6 +50,11 @@ The following backends are supported:
50
variables can optionally be provided. Address is assumed to be the
51
local agent if not provided.
52
53
+* Etcd - Stores the state in etcd at a given path.
54
+ Requires the `path` and `endpoints` variables. The `username` and `password`
55
+ variables can optionally be provided. `endpoints` is assumed to be a
56
+ space-separated list of etcd endpoints.
57
+
58
* S3 - Stores the state as a given key in a given bucket on Amazon S3.
59
Requires the `bucket` and `key` variables. Supports and honors the standard
60
AWS environment variables `AWS_ACCESS_KEY_ID`, `AWS_SECRET_ACCESS_KEY`
0 commit comments