Files
opentf/command
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-02-15 14:41:55 -05:00
2015-04-29 13:07:13 -05:00
2017-01-26 14:33:49 -08:00
2017-01-26 14:33:49 -08:00
2017-01-26 14:33:49 -08:00
2017-02-24 18:32:59 -05:00
2017-02-24 18:32:59 -05:00
2017-01-26 14:33:49 -08:00
2017-01-26 14:33:49 -08:00
2017-02-06 10:07:32 -05:00
2017-02-06 10:07:32 -05:00
2017-01-26 14:33:49 -08:00
2017-03-01 10:20:32 -05:00
2017-03-01 10:20:32 -05:00
2017-03-01 10:20:32 -05:00
2017-03-01 10:20:32 -05:00
2017-03-01 10:20:32 -05:00
2017-02-20 14:50:31 -05:00
2014-05-24 12:04:43 -07:00