chore(deps): update dependency aqua:hashicorp/terraform to v1.13.0 #317

Merged
joao.dubas merged 1 commits from renovate/terraform-monorepo into main 2025-08-26 18:56:37 +00:00
Collaborator

This PR contains the following updates:

Package Update Change
aqua:hashicorp/terraform minor 1.12.2 -> 1.13.0

Release Notes

hashicorp/terraform (aqua:hashicorp/terraform)

v1.13.0

Compare Source

1.13.0 (August 20, 2025)

NEW FEATURES:

  • The new command terraform stacks exposes some stack operations through the cli. The available subcommands depend on the stacks plugin implementation. Use terraform stacks -usage to see available commands. (#​36931)

ENHANCEMENTS:

  • Filesystem functions are now checked for consistent results to catch invalid data during apply (#​37001)

  • Allow successful init when provider constraint matches at least one valid version (#​37137)

  • Performance fix for evaluating high cardinality resources (#​37154)

  • TF Test: Allow parallel execution of teardown operations (#​37169)

  • terraform test: Test authors can now specify definitions for external variables that are referenced within test files directly within the test file itself. (#​37195)

  • terraform test: File-level variable blocks can now reference run outputs and other variables." (#​37205)

  • skip redundant comparisons when comparing planned set changes (#​37280)

  • type checking: improve error message on type mismatches. (#​37298)

BUG FIXES:

  • Added a missing warning diagnostic that alerts users when child module contains an ignored cloud block. (#​37180)

  • Nested module outputs could lose sensitivity, even when marked as such in the configuration (#​37212)

  • workspace: Updated validation to reject workspaces named "" (#​37267)

  • workspace: Updated the workspace delete command to reject "" as an invalid workspace name (#​37275)

  • plan: truncate invalid or dynamic references in the relevant attributes (#​37290)

  • Test run Parallelism of 1 should not result in deadlock (#​37292)

  • static validation: detect invalid static references via indexes on objects. (#​37298)

  • Fixes resource identity being dropped from state in certain cases (#​37396)

NOTES:

  • The command terraform rpcapi is now generally available. It is not intended for public consumption, but exposes certain Terraform operations through an RPC interface compatible with go-plugin. (#​37067)

UPGRADE NOTES:

  • terraform test: External variables referenced within test files should now be accompanied by a variable definition block within the test file. This is optional, but users with complex external variables may see error diagnostics without the additional variable definition. (#​37195)

Previous Releases

For information on prior major and minor releases, refer to their changelogs:


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [aqua:hashicorp/terraform](https://github.com/hashicorp/terraform) | minor | `1.12.2` -> `1.13.0` | --- ### Release Notes <details> <summary>hashicorp/terraform (aqua:hashicorp/terraform)</summary> ### [`v1.13.0`](https://github.com/hashicorp/terraform/releases/tag/v1.13.0) [Compare Source](https://github.com/hashicorp/terraform/compare/v1.12.2...v1.13.0) #### 1.13.0 (August 20, 2025) NEW FEATURES: - The new command `terraform stacks` exposes some stack operations through the cli. The available subcommands depend on the stacks plugin implementation. Use `terraform stacks -usage` to see available commands. ([#&#8203;36931](https://github.com/hashicorp/terraform/issues/36931)) ENHANCEMENTS: - Filesystem functions are now checked for consistent results to catch invalid data during apply ([#&#8203;37001](https://github.com/hashicorp/terraform/issues/37001)) - Allow successful init when provider constraint matches at least one valid version ([#&#8203;37137](https://github.com/hashicorp/terraform/issues/37137)) - Performance fix for evaluating high cardinality resources ([#&#8203;37154](https://github.com/hashicorp/terraform/issues/37154)) - TF Test: Allow parallel execution of teardown operations ([#&#8203;37169](https://github.com/hashicorp/terraform/issues/37169)) - `terraform test`: Test authors can now specify definitions for external variables that are referenced within test files directly within the test file itself. ([#&#8203;37195](https://github.com/hashicorp/terraform/issues/37195)) - `terraform test`: File-level variable blocks can now reference run outputs and other variables." ([#&#8203;37205](https://github.com/hashicorp/terraform/issues/37205)) - skip redundant comparisons when comparing planned set changes ([#&#8203;37280](https://github.com/hashicorp/terraform/issues/37280)) - type checking: improve error message on type mismatches. ([#&#8203;37298](https://github.com/hashicorp/terraform/issues/37298)) BUG FIXES: - Added a missing warning diagnostic that alerts users when child module contains an ignored `cloud` block. ([#&#8203;37180](https://github.com/hashicorp/terraform/issues/37180)) - Nested module outputs could lose sensitivity, even when marked as such in the configuration ([#&#8203;37212](https://github.com/hashicorp/terraform/issues/37212)) - workspace: Updated validation to reject workspaces named "" ([#&#8203;37267](https://github.com/hashicorp/terraform/issues/37267)) - workspace: Updated the `workspace delete` command to reject `""` as an invalid workspace name ([#&#8203;37275](https://github.com/hashicorp/terraform/issues/37275)) - plan: truncate invalid or dynamic references in the relevant attributes ([#&#8203;37290](https://github.com/hashicorp/terraform/issues/37290)) - Test run Parallelism of 1 should not result in deadlock ([#&#8203;37292](https://github.com/hashicorp/terraform/issues/37292)) - static validation: detect invalid static references via indexes on objects. ([#&#8203;37298](https://github.com/hashicorp/terraform/issues/37298)) - Fixes resource identity being dropped from state in certain cases ([#&#8203;37396](https://github.com/hashicorp/terraform/issues/37396)) NOTES: - The command `terraform rpcapi` is now generally available. It is not intended for public consumption, but exposes certain Terraform operations through an RPC interface compatible with [go-plugin](https://github.com/hashicorp/go-plugin). ([#&#8203;37067](https://github.com/hashicorp/terraform/issues/37067)) UPGRADE NOTES: - `terraform test`: External variables referenced within test files should now be accompanied by a `variable` definition block within the test file. This is optional, but users with complex external variables may see error diagnostics without the additional variable definition. ([#&#8203;37195](https://github.com/hashicorp/terraform/issues/37195)) #### Previous Releases For information on prior major and minor releases, refer to their changelogs: - [v1.12](https://github.com/hashicorp/terraform/blob/v1.12/CHANGELOG.md) - [v1.11](https://github.com/hashicorp/terraform/blob/v1.11/CHANGELOG.md) - [v1.10](https://github.com/hashicorp/terraform/blob/v1.10/CHANGELOG.md) - [v1.9](https://github.com/hashicorp/terraform/blob/v1.9/CHANGELOG.md) - [v1.8](https://github.com/hashicorp/terraform/blob/v1.8/CHANGELOG.md) - [v1.7](https://github.com/hashicorp/terraform/blob/v1.7/CHANGELOG.md) - [v1.6](https://github.com/hashicorp/terraform/blob/v1.6/CHANGELOG.md) - [v1.5](https://github.com/hashicorp/terraform/blob/v1.5/CHANGELOG.md) - [v1.4](https://github.com/hashicorp/terraform/blob/v1.4/CHANGELOG.md) - [v1.3](https://github.com/hashicorp/terraform/blob/v1.3/CHANGELOG.md) - [v1.2](https://github.com/hashicorp/terraform/blob/v1.2/CHANGELOG.md) - [v1.1](https://github.com/hashicorp/terraform/blob/v1.1/CHANGELOG.md) - [v1.0](https://github.com/hashicorp/terraform/blob/v1.0/CHANGELOG.md) - [v0.15](https://github.com/hashicorp/terraform/blob/v0.15/CHANGELOG.md) - [v0.14](https://github.com/hashicorp/terraform/blob/v0.14/CHANGELOG.md) - [v0.13](https://github.com/hashicorp/terraform/blob/v0.13/CHANGELOG.md) - [v0.12](https://github.com/hashicorp/terraform/blob/v0.12/CHANGELOG.md) - [v0.11 and earlier](https://github.com/hashicorp/terraform/blob/v0.11/CHANGELOG.md) </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40Mi41IiwidXBkYXRlZEluVmVyIjoiNDEuNDIuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
renovate-bot added 1 commit 2025-08-26 11:12:11 +00:00
joao.dubas force-pushed renovate/terraform-monorepo from 3f0451fe82 to d8e5e35d5b 2025-08-26 18:56:15 +00:00 Compare
joao.dubas merged commit 97abe3ca63 into main 2025-08-26 18:56:37 +00:00
joao.dubas deleted branch renovate/terraform-monorepo 2025-08-26 18:56:38 +00:00
Sign in to join this conversation.
No Reviewers
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: joao.dubas/ide#317
No description provided.