Files
opentf/website/source
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
..
2017-03-16 19:59:28 +00:00
2017-03-16 11:03:38 -05:00
2017-01-31 09:49:50 -07:00
2016-11-01 13:56:08 +00:00