Skip to content

Commit

Permalink
chore(deps): update terraform tls to v4.0.5 (#52)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [tls](https://registry.terraform.io/providers/hashicorp/tls)
([source](https://togithub.com/hashicorp/terraform-provider-tls)) |
required_provider | patch | `4.0.4` -> `4.0.5` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

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

###
[`v4.0.5`](https://togithub.com/hashicorp/terraform-provider-tls/blob/HEAD/CHANGELOG.md#405-November-27-2023)

[Compare
Source](https://togithub.com/hashicorp/terraform-provider-tls/compare/v4.0.4...v4.0.5)

NOTES:

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

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
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 [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/lambchop4prez/network).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
  • Loading branch information
lambchop4prez committed Apr 7, 2024
2 parents 00eecb1 + 20190a5 commit d2e751b
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 14 deletions.
38 changes: 25 additions & 13 deletions provision/servonet/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion provision/servonet/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ terraform {
}
tls = {
source = "hashicorp/tls"
version = "4.0.4"
version = "4.0.5"
}
github = {
source = "integrations/github"
Expand Down

0 comments on commit d2e751b

Please sign in to comment.