feat(deps): update terraform monorepo to v1.11.2
This MR contains the following updates:
| Package | Update | Change |
|---|---|---|
| hashicorp/terraform | patch |
1.11.0 -> 1.11.2
|
| terraform | patch |
1.11.0 -> 1.11.2
|
View the Renovate pipeline for this MR
Release Notes
hashicorp/terraform (hashicorp/terraform)
v1.11.2
1.11.2 (March 12, 2025)
ENHANCEMENTS:
- Azure Backend supports ADO Pipelines OIDC token refresh by using the
oidc_request_url,oidc_request_tokenand (the new)ado_pipeline_service_connection_id. (#36458)
BUG FIXES:
-
Return error when the templatestring function contains only a single interpolation that evaluates to a null value (#36652)
-
Backend/azure:
subscription_idbe optional & skip unnecessary management plane API call in some setup (#36595)
NOTES:
- Updated dependency github.com/hashicorp/aws-sdk-go-base/v2 to v2.0.0-beta.62 to support newly added AWS regions (#36625)
v1.11.1
1.11.1 (March 5, 2025)
BUG FIXES:
-
Temporarily revert updated Windows symlink handling until we can account for known existing configurations using non-symlink junctions. (#36575)
-
terraform test: Fix crash when a run block attempts to cleanup after a non-applyable plan. (#36582) -
Updated dependency golang.org/x/oauth2 from v0.23.0 => v0.27.0 to integrate latest changes (fix for CVE-2025-22868) (#36584)
-
lang/funcs/transpose: Avoid crash due to map with null values (#36611)
-
Combining ephemeral and sensitive marks could fail when serializing planned changes (#36619)
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.