Document the etcd remote state backend

pull/3487/head
Nathan Zadoks 11 years ago
parent bb51882f33
commit 362a2035c0

@ -50,6 +50,11 @@ The following backends are supported:
variables can optionally be provided. Address is assumed to be the
local agent if not provided.
* 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`

Loading…
Cancel
Save