Commit Graph

20 Commits

Author SHA1 Message Date
Seth Vargo
b6b2d2d505 Remove more references to Atlas 2017-04-07 11:56:19 -04:00
Seth Vargo
426065a8f2 Fix broken links 2017-04-07 11:56:17 -04:00
Chris Riley
dd76ccb579 removed Atlas from TF OSS Docs 2017-04-07 11:56:09 -04:00
Seth Vargo
7110d15f19 Add HCL syntax highlighting for everything but providers 2017-04-06 14:08:39 -04:00
Brian Hahn
11fa03cfb6 fix docs typo (#13183) 2017-03-30 07:03:08 +01:00
Mitchell Hashimoto
1b4fda0e1e website: clarify in legacy upgrade that we support k/v on init 2017-03-17 16:03:25 -07:00
Mitchell Hashimoto
29c7a01025 website: clarify docs with partial config and k/v pairs 2017-03-16 23:33:26 -07:00
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
Mitchell Hashimoto
1daff7a826 backend/consul: support "lock" option to disable locking
This adds a "lock" config (default true) to allow users to optionally
disable state locking with Consul. This is necessary if the token given
doesn't have session permission and is necessary for backwards
compatibility.
2017-03-14 17:59:10 -07:00
Christoffer Kylvåg
abfa35db7c backend/remote-state/consul: Make gzip compression configurable (#8491) 2017-03-13 08:17:33 +01:00
Mitchell Hashimoto
d2f09d0db7 Merge pull request #12366 from hashicorp/f-state-docs
website: document state environments
2017-03-02 08:51:48 -08:00
Mitchell Hashimoto
44d7d2d5b8 website: update backends changing state env behavior 2017-03-01 21:54:47 -08:00
Peter McAtominey
cbed463b44 state/azure: add environment option for non-public cloud usage (#12364) 2017-03-02 04:58:24 +00:00
Mitchell Hashimoto
8e44162fcb website: backend upgrade guide 2017-02-28 19:19:57 -08:00
Mitchell Hashimoto
22dd47c8af website: document state locking and remote state page 2017-02-15 12:58:52 -08:00
Mitchell Hashimoto
03dca34161 website: document backend types 2017-02-15 12:19:38 -08:00
Mitchell Hashimoto
a240a9cac7 website: working on backend types 2017-02-15 10:47:30 -08:00
Mitchell Hashimoto
bd4425657e website: backend state docs 2017-02-14 16:09:00 -08:00
Mitchell Hashimoto
df5e921310 website: configuring backends 2017-02-14 15:47:20 -08:00
Mitchell Hashimoto
2d2da6fea0 wip 2017-02-14 14:46:20 -08:00