Update dependency opentofu/opentofu to v1.11.4
This MR contains the following updates:
| Package | Update | Change |
|---|---|---|
| opentofu/opentofu | patch |
1.11.3 -> 1.11.4
|
⚠️ WarningSome dependencies could not be looked up. Check the warning logs for more information.
MR created with the help of gitlab-org/frontend/renovate-gitlab-bot
Release Notes
opentofu/opentofu (opentofu/opentofu)
v1.11.4
SECURITY ADVISORIES:
- Previous releases in the v1.11 series could potentially take an excessive amount of time processing a maliciously-crafted
.ziparchive during either provider or module installation duringtofu init. (#3689)
BREAKING CHANGES:
-
Modules containing local provider configurations now also reject the
enabledargument, matching existing behavior forcount,for_each, anddepends_on. (#3680)This was an oversight in the original design of the enabled feature and was missed during the review process. Although our goal is to not introduce breaking changes in patch releases, in some cases it may be warranted. Anyone who has used the enabled feature in this particular way will have unintentionally introduced a foot-gun into their infrastructure and should remedy it post-haste.
BUG FIXES:
- In JSON syntax, the state encryption method configuration now allows specifying keys using both normal expression syntax and using template interpolation syntax. Previously only the template interpolation syntax was allowed, which was inconsistent with other parts of the encryption configuration. (#3654)
- Providers are not configured anymore with
DeferralAllowedcapability of OpenTofu since having that created unwanted behaviour from some providers. (#3676) - Resources containing write-only attributes now are rendered consistently during planning. (#3667)
Full Changelog: https://github.com/opentofu/opentofu/compare/v1.11.3...v1.11.4
Configuration
- If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.