Skip to content

Commit

Permalink
chore(deps): update dependency hashicorp/terraform to v1.9.1 (#919)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change | Pending |
|---|---|---|---|---|
| [hashicorp/terraform](https://togithub.com/hashicorp/terraform) | |
patch | `1.9.0` -> `1.9.1` | `1.9.2` |
| [hashicorp/terraform](https://togithub.com/hashicorp/terraform) |
required_version | patch | `1.9.0` -> `1.9.1` | `1.9.2` |

---

### Release Notes

<details>
<summary>hashicorp/terraform (hashicorp/terraform)</summary>

###
[`v1.9.1`](https://togithub.com/hashicorp/terraform/releases/tag/v1.9.1)

[Compare
Source](https://togithub.com/hashicorp/terraform/compare/v1.9.0...v1.9.1)

##### 1.9.1 (July 3, 2024)

UPGRADE NOTES:

- Library used by Terraform (hashicorp/go-getter) for
installing/updating modules was upgraded from v1.7.5 to v1.7.6. This
addresses
[CVE-2024-6257](https://nvd.nist.gov/vuln/detail/CVE-2024-6257). This
change may have a negative effect on performance of `terraform init` or
`terraform get` in case of larger git repositories. Please do file an
issue if you find the performance difference noticable.
([#&#8203;35376](https://togithub.com/hashicorp/terraform/pull/35376))

BUG FIXES:

- `terraform test`: Removed additional erroneous error message when
referencing attributes that don't exist.
([#&#8203;35408](https://togithub.com/hashicorp/terraform/pull/35408))
- `import` blocks: Fix crash that occurs when incorrectly referencing
the `to` resource from the `id` attribute.
([#&#8203;35420](https://togithub.com/hashicorp/terraform/pull/35420))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

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

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

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjguMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyOC4xIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6W119-->

Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
  • Loading branch information
simonknittel and renovate-bot authored Jul 11, 2024
1 parent f88f61d commit ea47bc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion terraform/.terraform-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.9.0
1.9.1
2 changes: 1 addition & 1 deletion terraform/main.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
terraform {
required_version = "1.9.0"
required_version = "1.9.1"

backend "s3" {}

Expand Down

0 comments on commit ea47bc0

Please sign in to comment.