terraform/website/source/docs/backends
Mitchell Hashimoto df8529719c
command/init: backend-config accepts key=value pairs
This augments backend-config to also accept key=value pairs.
This should make Terraform easier to script rather than having to
generate a JSON file.

You must still specify the backend type as a minimal amount in
configurations, example:

```
terraform { backend "consul" {} }
```

This is required because Terraform needs to be able to detect the
_absense_ of that value for unsetting, if that is necessary at some
point.
2017-03-16 23:27:05 -07:00
..
types backend/consul: support "lock" option to disable locking 2017-03-14 17:59:10 -07:00
config.html.md command/init: backend-config accepts key=value pairs 2017-03-16 23:27:05 -07:00
index.html.md wip 2017-02-14 14:46:20 -08:00
init.html.md wip 2017-02-14 14:46:20 -08:00
legacy-0-8.html.md website: backend upgrade guide 2017-02-28 19:19:57 -08:00
operations.html.md website: backend state docs 2017-02-14 16:09:00 -08:00
state.html.md website: document state locking and remote state page 2017-02-15 12:58:52 -08:00