Skip to content

Commit c14359f

Browse files
chore(deps): update terraform tls to ~> 4.1 (#49)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [tls](https://registry.terraform.io/providers/hashicorp/tls) ([source](https://redirect.github.com/hashicorp/terraform-provider-tls)) | required_provider | patch | `~> 4.0` -> `~> 4.1` | --- ### 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/settlemint/btp-universal-terraform). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNDMuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE0My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8b406e3 commit c14359f

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

.terraform.lock.hcl

Lines changed: 11 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ terraform {
4444
}
4545
tls = {
4646
source = "hashicorp/tls"
47-
version = "~> 4.0"
47+
version = "~> 4.1"
4848
}
4949
}
5050
}

0 commit comments

Comments
 (0)