terraform/website/docs/configuration
Kristin Laemmert 394cf7f25e
lang/funcs: add acc tests for functions (#21112)
* lang/funcs: testing of functions through the lang package API
The function-specific unit tests do not cover the HCL conversion that happens when the functions are called in a terraform configuration. For e.g., HCL converts sets to lists before passing it to the function. This means that we could not test passing a set in the function _unit_ tests.
This adds a higher-level acceptance test, plus a check that every (pure) function has a test.

* website/docs: update function documentation
2019-04-29 13:11:28 -04:00
..
functions lang/funcs: add acc tests for functions (#21112) 2019-04-29 13:11:28 -04:00
attr-as-blocks.html.md website: Documentation of the special "attributes as blocks" mode 2019-04-04 13:49:37 -07:00
data-sources.html.md website: Fix several spelling errors 2019-03-21 18:12:11 -07:00
expressions.html.md website: fix broken anchor link (to #for-expressions) 2019-03-14 10:38:52 +00:00
functions.html.md website: Version notes: Add new -> old links to 0.12 language docs (except function pages) 2019-02-01 17:20:54 -08:00
index.html.md website: Version notes: Add new -> old links to 0.12 language docs (except function pages) 2019-02-01 17:20:54 -08:00
locals.html.md website: Update "Local Values" docs to use v0.12 syntax in example 2019-04-18 09:03:34 -07:00
modules.html.md website: Fix broken links to modules/usage and modules/create 2019-03-14 10:38:52 +00:00
outputs.html.md website: Expand output values docs (#20790) 2019-03-22 15:08:55 -07:00
override.html.md website: Version notes: Add new -> old links to 0.12 language docs (except function pages) 2019-02-01 17:20:54 -08:00
providers.html.md website: Fix broken links to modules/usage and modules/create 2019-03-14 10:38:52 +00:00
resources.html.md website/docs: Fixed Typo (#21137) 2019-04-29 09:19:10 -04:00
style.html.md website: Version notes: Add new -> old links to 0.12 language docs (except function pages) 2019-02-01 17:20:54 -08:00
syntax-json.html.md website: Fix several spelling errors 2019-03-21 18:12:11 -07:00
syntax.html.md website: Fix several spelling errors 2019-03-21 18:12:11 -07:00
terraform-enterprise.html.md website: Version notes: Add new -> old links to 0.12 language docs (except function pages) 2019-02-01 17:20:54 -08:00
terraform.html.md website: update required_providers block for terraform 0.12 compatibility 2019-04-19 11:54:19 -07:00
types.html.md website: Version notes: Add new -> old links to 0.12 language docs (except function pages) 2019-02-01 17:20:54 -08:00
variables.html.md website: adding examples of complex variables on the command line (#20871) 2019-04-01 07:51:17 -04:00