terraform/website/docs/language
Martin Atkins 89b2405080 lang/funcs: "sensitive" and "nonsensitive" functions
These aim to allow hinting to Terraform about situations where it's not
able to automatically infer value sensitivity.

"nonsensitive" is for situations where Terraform's behavior is too
conservative, such as when a new value is derived from a sensitive value
in such a way that all of the sensitive content is removed.

"sensitive", on the other hand, is for situations where Terraform can't
otherwise infer that a value is sensitive. These situations should be
pretty rare in a module that's making effective use of sensitive input
variables and output values, but the documentation shows one example of
an uncommon situation where a more direct hint via this function would
be needed.

Both of these functions are aimed at only occasional use in unusual
situations. They are here for reasons of pragmatism, not because we
expect them to be used routinely or recommend their use.
2021-03-16 16:26:22 -07:00
..
data-sources Add crosslink to new Learn tutorial 2021-02-04 13:43:03 -06:00
expressions website: CLI: Update links to moved docs pages 2021-01-22 12:22:21 -08:00
files website: Language: Update links to moved pages 2021-01-22 12:22:21 -08:00
functions lang/funcs: "sensitive" and "nonsensitive" functions 2021-03-16 16:26:22 -07:00
meta-arguments link configuration aliases between pages 2021-02-12 14:54:55 -05:00
modules Fix Kitchen-Terraform language in test experiment 2021-02-25 14:12:00 -08:00
providers Update website/docs/language/providers/configuration.html.md 2021-02-12 14:57:51 -05:00
resources Document `inline` & `on_failure` behaviour 2021-02-19 17:56:48 +00:00
settings update to match new default branch name (#27909) 2021-02-24 13:36:47 -05:00
state update to match new default branch name (#27909) 2021-02-24 13:36:47 -05:00
syntax docs: Update link to HCL native syntax spec 2021-03-10 17:47:21 +01:00
values Remove deprecation on undeclared variable, docs, and summary adjustment (#27795) 2021-02-18 11:11:52 -05:00
attr-as-blocks.html.md website: Move hidden attr-as-blocks page into new URL structure 2021-01-22 12:22:21 -08:00
dependency-lock.html.md website: CLI: Update links to moved docs pages 2021-01-22 12:22:21 -08:00
index.html.md website: CLI: Update links to moved docs pages 2021-01-22 12:22:21 -08:00