Change8

v1.15.1

📦 terraformView on GitHub →
🐛 8 fixes🔧 6 symbols

Summary

This patch release focuses primarily on bug fixes, addressing crashes, validation issues related to backend configurations, and improving stability during initialization, especially with provider pre-releases.

Migration Steps

  1. If you rely on validation of attributes inside 'backend' blocks when using the '-backend-config' flag, you may need to adjust your configuration or workflow.

🐛 Bug Fixes

  • Fixed crash when configuration has an invalid 'action_trigger' nested block in 'data' or 'ephemeral' lifecycle blocks.
  • Removed validation of attributes inside 'backend' blocks due to incompatibility with workflows using the '-backend-config' flag.
  • Fix non-const variable checks on 'init'.
  • Avoid warnings in 'terraform output -raw'.
  • Ignore undeclared variable values from the cloud backend.
  • Fix panic for types modules with no expanded instances.
  • Fixed "unknown provider function" errors occurring during init.
  • Fixed a bug that impacted use of provider pre-releases during init.

Affected Symbols