terraform/website/docs
Kristin Laemmert d4669246c7
funcs/coalesce: return the first non-null, non-empty-string element from a sequence (#21002)
* funcs/coalesce: return the first non-null, non-empty element from a
sequence.

The go-cty coalesce function, which was originally used here, returns the
first non-null element from a sequence. Terraform 0.11's coalesce,
however, returns the first non-empty string from a list of strings.

This new coalesce function aims to preserve terraform's documented
functionality while adding support for additional argument types. The
tests include those in go-cty and adapted tests from the 0.11 version of
coalesce.

* website/docs: update coalesce function document
2019-04-12 13:57:52 -04:00
..
backends website: Clarify that example S3 policy is for an IAM entity (#20791) 2019-03-22 12:10:35 -07:00
commands website: fix typo on the "terraform console" command page 2019-04-10 12:17:28 -07:00
configuration funcs/coalesce: return the first non-null, non-empty-string element from a sequence (#21002) 2019-04-12 13:57:52 -04:00
configuration-0-11 website: Simplify wording for split built-in function (#20803) 2019-03-25 10:59:58 -07:00
import website: "map" a real resource to configuration, not "attach" (#17912) 2019-03-22 16:10:44 -07:00
internals website: Indicate v0.12-only content 2019-03-18 12:42:21 -07:00
modules website: fix broken markdown in modules/composition 2019-03-25 10:58:45 -07:00
plugins website: Finish moving "writing custom providers" to /docs/extend/ 2019-01-11 16:36:40 -08:00
providers [Website] new community providers 2019-04-10 11:00:15 -07:00
provisioners Clarifying behavior for destroy-time provisioners (#20819) 2019-04-05 14:22:16 -04:00
registry website: Fix broken links to modules/usage and modules/create 2019-03-14 10:38:52 +00:00
state website: Fix several spelling errors 2019-03-21 18:12:11 -07:00
cli-index.html.md website: Write new content for CLI docs front page 2019-03-15 13:00:58 +00:00