v1.16.0-alpha20260513
📦 terraformView on GitHub →
✨ 5 features🐛 1 fixes🔧 4 symbols
Summary
This alpha release introduces new features for provider data storage, enhanced terraform_data capabilities, and new build targets for s390x. It also includes a fix for import blocks ignoring provider local names.
Migration Steps
- Existing usage of `bastion_host_key` in provisioners should be verified to ensure the configured key is correct, as it is now applied correctly.
✨ New Features
- Providers can now store PlannedPrivate data.
- Introduced a new store block in terraform_data to handle ephemeral and sensitive values.
- Providers can now utilize nested blocks as computed values.
- Terraform now produces builds for Linux s390x (zLinux).
- The `workspace list` command supports machine-readable output via the `-json` flag.
🐛 Bug Fixes
- Import blocks no longer ignore provider local names.