Commit Graph

45 Commits

Author SHA1 Message Date
Paul Hinze
a268cc3d81 Merge pull request #1878 from jamesob/doc_for_paramterized_lists
Document work-arounds necessary to parameterize list types.
2015-05-08 17:02:36 -05:00
James O'Beirne
a074b33bcf Document work-arounds necessary to parameterize list types.
Related to https://github.com/hashicorp/terraform/issues/57.
2015-05-08 14:49:29 -07:00
Josh Bleecher Snyder
2da7c9a823 website: document templates
While we're here, fix a broken link.
2015-05-04 11:42:05 -07:00
Mitchell Hashimoto
316afd8964 website: update docs with environment variables for vars 2015-04-22 06:37:03 +02:00
Mitchell Hashimoto
45f73e640f website: document multi-provider 2015-04-20 16:54:56 -07:00
Paul Hinze
e3a6fab501 Merge pull request #1566 from hashicorp/f-prevent-destroy
core: add prevent_destroy lifecycle flag
2015-04-17 11:01:19 -05:00
Paul Hinze
afe4abb637 core: add prevent_destroy lifecycle flag
When the `prevent_destroy` flag is set on a resource, any plan that
would destroy that resource instead returns an error. This has the
effect of preventing the resource from being unexpectedly destroyed by
Terraform until the flag is removed from the config.
2015-04-17 10:40:04 -05:00
Radek Simko
2078c593a2 conf: docs added for length func 2015-04-15 18:55:49 +01:00
Jon Topper
6e3675e2de Fix minor error in index/count docs 2015-04-14 22:21:30 +02:00
Tomas Doran
2dfb837974 Document the fix to GH-1068 on the website 2015-04-03 15:51:12 +01:00
Mitchell Hashimoto
f857363aac website: document push 2015-03-24 13:30:23 -07:00
Mitchell Hashimoto
bf43cabcc2 website: document format 2015-03-02 10:27:58 -08:00
Mitchell Hashimoto
68e4d346be website: doc replace 2015-03-02 09:40:24 -08:00
Mitchell Hashimoto
e2c912c53d website: update docs for self 2015-02-23 15:04:18 -08:00
Mitchell Hashimoto
45a267111b Merge pull request #885 from brycekahle/split-func
config: add split function
2015-02-20 13:45:01 -08:00
Mitchell Hashimoto
3093268106 website: clarify lookup [GH-531] 2015-02-20 10:04:53 -08:00
Bryce Kahle
fa8280a56c Add split docs 2015-02-17 13:24:34 -05:00
Anton Tereshchenkov
819bc2b032 docs: update available boolean values 2015-01-25 12:38:15 +08:00
Paul Hinze
dec0c467e1 docs: add example of using variables with count
closes #861
2015-01-24 18:29:36 -06:00
Emil Hessman
0cfbf4d8d9 website: use lists throughout the docs instead of array 2015-01-14 18:38:08 +01:00
Mitchell Hashimoto
577e2420b0 Revert "docs: consistent use of array configuration syntax"
This reverts commit 4893eb8b55.
2015-01-14 09:28:25 -08:00
Emil Hessman
4893eb8b55 docs: consistent use of array configuration syntax
The Terraform configuration syntax defines what arrays are.
Use the word array consistently throughout the documentation
instead of list.

The corresponding JSON datatype is called array as well, and
since the Terraform configuration syntax is interoperable with
JSON it makes sense to use the term array to describe them.
2015-01-13 06:59:12 +01:00
Emil Hessman
28d39cd0bc website: address spelling mistakes, casing and links 2015-01-03 19:31:53 +01:00
Rob Costanzo
8da91e9636 Added an element interpolation lookup function for accessing a specific index from a list with splat variables 2014-11-07 10:24:21 -08:00
Seth Vargo
073a0f76c5 Add meta descriptions to all pages 2014-10-21 23:21:56 -04:00
Mitchell Hashimoto
8aae8099e8 website: update the docs more to say more 2014-10-09 21:25:59 -07:00
Mitchell Hashimoto
f558f7a0c5 website: document the join function 2014-10-09 21:23:49 -07:00
Mitchell Hashimoto
770d62e588 website: document path variables 2014-10-07 20:15:08 -07:00
Mitchell Hashimoto
55ab043036 website: update docs for count.index 2014-10-02 22:11:53 -07:00
Mitchell Hashimoto
a621525741 Merge pull request #317 from hashicorp/f-create-before
Adding support for `lifecycle` and `create_before_destroy`
2014-09-30 13:17:41 -07:00
Spencer Krum
0f32eefb2b Docs Fixup 2014-09-30 11:32:25 -07:00
Armon Dadgar
8d5d7c32c8 website: Document lifecycle 2014-09-29 15:20:03 -07:00
Mitchell Hashimoto
03f630bdb8 website: document modules 2014-09-26 14:23:38 -07:00
Godefroid Chapelle
41e13c0189 Fix typo 2014-09-09 15:25:38 +02:00
Mitchell Hashimoto
3cf4f57fe8 website: update docs for new mappings format 2014-08-30 16:20:45 -07:00
Mitchell Hashimoto
f7022711c0 website: fix syntax of variables 2014-08-28 09:17:27 -07:00
Mitchell Hashimoto
551d4980b9 website: update function docs 2014-08-19 13:16:29 -07:00
Alex Gaynor
46154ca1d3 Fixed a ton of typos in docs and comments 2014-08-07 00:19:56 -07:00
Mitchell Hashimoto
d28e5a1638 dos2unix 2014-07-28 10:43:00 -07:00
Mitchell Hashimoto
f8520d1446 website: outputs 2014-07-25 17:58:09 -07:00
Mitchell Hashimoto
c27b2cd9b9 website: providers and variables 2014-07-25 14:51:26 -07:00
Mitchell Hashimoto
6df5a76ca8 website: resource config 2014-07-24 21:12:30 -07:00
Mitchell Hashimoto
6ced245898 website: configuration 2014-07-24 16:29:32 -07:00
Mitchell Hashimoto
c8c526d254 website: config syntax 2014-07-24 15:45:10 -07:00
Mitchell Hashimoto
8dbaf598f4 website: start config docs 2014-07-24 15:15:03 -07:00