terraform/helper/variables
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
..
flag.go helper/variables: trim whitespace on key before empty string comp 2016-12-14 13:52:34 -08:00
flag_any.go command/init: backend-config accepts key=value pairs 2017-03-16 23:27:05 -07:00
flag_any_test.go command/init: backend-config accepts key=value pairs 2017-03-16 23:27:05 -07:00
flag_file.go helper/variables: helpers for working with vars 2016-12-10 14:30:36 -05:00
flag_file_test.go helper/variables: helpers for working with vars 2016-12-10 14:30:36 -05:00
flag_test.go helper/variables: trim whitespace on key before empty string comp 2016-12-14 13:52:34 -08:00
merge.go helper/variables: helpers for working with vars 2016-12-10 14:30:36 -05:00
merge_test.go helper/variables: helpers for working with vars 2016-12-10 14:30:36 -05:00
parse.go helper/variables: address go vet 2016-12-10 20:32:50 -05:00
parse_test.go helper/variables: ParseInput for consistent parsing 2016-12-10 14:44:17 -05:00
variables.go helper/variables: helpers for working with vars 2016-12-10 14:30:36 -05:00
variables_test.go helper/variables: helpers for working with vars 2016-12-10 14:30:36 -05:00