mirror of
https://github.com/hashicorp/terraform.git
synced 2026-02-22 09:30:10 -05:00
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.
|
||
|---|---|---|
| .. | ||
| flag.go | ||
| flag_any.go | ||
| flag_any_test.go | ||
| flag_file.go | ||
| flag_file_test.go | ||
| flag_test.go | ||
| merge.go | ||
| merge_test.go | ||
| parse.go | ||
| parse_test.go | ||
| variables.go | ||
| variables_test.go | ||