Create a Trivy patch to allow manually overriding terraform built in functions. Mainly to modify all functions that use the host's `homedir` expansion of `~`. Preview should fail on these. To solve jank solutions like this: https://github.com/coder/preview/pull/158
Create a Trivy patch to allow manually overriding terraform built in functions.
Mainly to modify all functions that use the host's
homedirexpansion of~. Preview should fail on these.To solve jank solutions like this: #158