Skip to content

Commit

Permalink
chore(deps): update terraform null to v3.2.3 (#11)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [null](https://registry.terraform.io/providers/hashicorp/null)
([source](https://redirect.github.com/hashicorp/terraform-provider-null))
| required_provider | patch | `3.2.2` -> `3.2.3` |

---

### Release Notes

<details>
<summary>hashicorp/terraform-provider-null (null)</summary>

###
[`v3.2.3`](https://redirect.github.com/hashicorp/terraform-provider-null/blob/HEAD/CHANGELOG.md#323-September-11-2024)

[Compare
Source](https://redirect.github.com/hashicorp/terraform-provider-null/compare/v3.2.2...v3.2.3)

NOTES:

- all: This release introduces no functional changes. It does however
include dependency updates which address upstream CVEs.
([#&#8203;366](https://redirect.github.com/hashicorp/terraform-provider-null/issues/366))

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, 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 was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/anza-labs/infra).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC43NC4xIiwidXBkYXRlZEluVmVyIjoiMzguNzQuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 25, 2024
1 parent 13feb3b commit 1a15da7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/linode/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ terraform {

null = {
source = "hashicorp/null"
version = "3.2.2"
version = "3.2.3"
}
}
}

0 comments on commit 1a15da7

Please sign in to comment.