Skip to content

Commit

Permalink
Document the etcd remote state backend
Browse files Browse the repository at this point in the history
  • Loading branch information
edef1c authored and Garrett Johnson committed Oct 20, 2015
1 parent 3d10de6 commit bac7ef9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions website/source/docs/commands/remote-config.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,11 @@ The following backends are supported:
`address`, either `http` or `https`. SSL support can also be triggered
by setting then environment variable `CONSUL_HTTP_SSL` to `true`.

* Etcd - Stores the state in etcd at a given path.
Requires the `path` and `endpoints` variables. The `username` and `password`
variables can optionally be provided. `endpoints` is assumed to be a
space-separated list of etcd endpoints.

* S3 - Stores the state as a given key in a given bucket on Amazon S3.
Requires the `bucket` and `key` variables. Supports and honors the standard
AWS environment variables `AWS_ACCESS_KEY_ID`, `AWS_SECRET_ACCESS_KEY`
Expand Down

0 comments on commit bac7ef9

Please sign in to comment.