Release v0.14.4¶
0.14.4 (January 06, 2021)¶
UPGRADE NOTES:
This release disables the remote Terraform version check feature for plan and apply operations. This fixes an issue with using custom Terraform version bundles in Terraform Enterprise. (#27319)
BUG FIXES:
backend/remote: Disable remote Terraform workspace version check when the remote workspace is in local operations mode ([#27407])
core: Fix panic when using
sensitivevalues as arguments to data sources ([#27335])core: Fix panic when using
sensitivevalues ascountarguments on validate ([#27410])core: Fix panic when passing
sensitivevalues to module input variables which have custom variable validation ([#27412])dependencies: Upgrade HCL to v2.8.2, fixing several bugs with
sensitivevalues ([#27420])