Skip to content

Commit 362a203

Browse files
committed
Document the etcd remote state backend
1 parent bb51882 commit 362a203

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

website/source/docs/commands/remote-config.html.markdown

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,11 @@ The following backends are supported:
5050
variables can optionally be provided. Address is assumed to be the
5151
local agent if not provided.
5252

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+
5358
* S3 - Stores the state as a given key in a given bucket on Amazon S3.
5459
Requires the `bucket` and `key` variables. Supports and honors the standard
5560
AWS environment variables `AWS_ACCESS_KEY_ID`, `AWS_SECRET_ACCESS_KEY`

0 commit comments

Comments
 (0)