terraform/website/docs
Martin Atkins 1dc4950bfa lang/funcs: Rename the base64 character encoding functions
These were initially introduced as functions with "encode" and "decode"
prefixes, but that doesn't match with our existing convention of putting
the encoding format first so that the encode and decode functions will
group together in a alphabetically-ordered function list.

"text" is not really a defined serialization format, but it's a short word
that hopefully represents well enough what these functions are aiming to
encode and decode, while being consistent with existing functions like
jsonencode/jsondecode, yamlencode/yamldecode, etc.

The "base64" at the end here is less convincing because there is precedent
for that modifier to appear both at the beginning and the end in our
existing function names. I chose to put it at the end here because that
seems to be our emergent convention for situations where the base64
encoding is a sort of secondary modifier alongside the primary purpose
of the function, as we see with "filebase64". (base64gzip is an exception
here, but it seems outvoted by the others.)
2020-10-21 10:56:56 -07:00
..
backends Add skip_table_creation and skip_index_creation options to the pg backend 2020-10-12 22:47:19 +02:00
commands command/cliconfig: Allow development overrides for providers 2020-10-16 14:31:15 -07:00
configuration lang/funcs: Rename the base64 character encoding functions 2020-10-21 10:56:56 -07:00
configuration-0-11 website: Remove links to the getting started guide's old location 2020-03-18 14:20:03 -07:00
import website: Update all Learn crosslinks (#26442) 2020-10-02 11:02:59 -07:00
internals website: Credentials helper response for no creds 2020-09-15 09:00:44 -04:00
modules website: Update all Learn crosslinks (#26442) 2020-10-02 11:02:59 -07:00
plugins website: Update all Learn crosslinks (#26442) 2020-10-02 11:02:59 -07:00
providers Update community-index.html.markdown 2020-10-15 08:57:33 -06:00
provisioners website: Sensitive values in provisioner config 2020-10-19 13:19:51 -04:00
registry Comment fixing 2020-10-18 13:00:09 -04:00
state website: Add Google and Microsoft products to the summary for supported remote backends (#26204) 2020-09-10 17:07:46 -03:00
cli-index.html.md website: Update all Learn crosslinks (#26442) 2020-10-02 11:02:59 -07:00