terraform/website/layouts
Martin Atkins 954d38e870 lang: New file-hashing functions
In prior versions, we recommended using hash functions in conjunction with
the file function as an idiom for detecting changes to upstream blobs
without fetching and comparing the whole blob.

That approach relied on us being able to return raw binary data from
file(...). Since Terraform strings pass through intermediate
representations that are not binary-safe (e.g. the JSON state), there was
a risk of string corruption in prior versions which we have avoided for
0.12 by requiring that file(...) be used only with UTF-8 text files.

The specific case of returning a string and immediately passing it into
another function was not actually subject to that corruption risk, since
the HIL interpreter would just pass the string through verbatim, but this
is still now forbidden as a result of the stricter handling of file(...).

To avoid breaking these use-cases, here we introduce variants of the hash
functions a with "file" prefix that take a filename for a disk file to
hash rather than hashing the given string directly. The configuration
upgrade tool also now includes a rule to detect the documented idiom and
rewrite it into a single function call for one of these new functions.

This does cause a bit of function sprawl, but that seems preferable to
introducing more complex rules for when file(...) can and cannot read
binary files, making the behavior of these various functions easier to
understand in isolation.
2019-01-25 10:18:44 -08:00
..
backend-types.erb Implement the Enterprise enhanced remote backend 2018-08-03 22:22:55 +02:00
commands-state.erb website: new filesystem layout for core/provider split 2017-06-13 11:25:32 -07:00
commands-workspace.erb fix broken/old link in Commands/Workspace 2017-08-01 17:49:32 -05:00
docs.erb website: Structural edit of configuration language docs 2018-12-20 14:20:42 -08:00
downloads.erb add 0.12 guide 2018-06-25 17:26:45 -07:00
functions.erb lang: New file-hashing functions 2019-01-25 10:18:44 -08:00
guides.erb website: Finish moving "writing custom providers" to /docs/extend/ 2019-01-11 16:36:40 -08:00
intro.erb website: new filesystem layout for core/provider split 2017-06-13 11:25:32 -07:00
registry.erb Add back Support page with info about getting help. 2017-09-15 22:59:03 +01:00
terraform.erb provider/terraform: reorganize for merge into core 2017-11-02 10:46:31 -07:00