Skip to content

Commit 8b406e3

Browse files
chore(deps): update terraform cloudflare to ~> 4.52 (#48)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [cloudflare](https://registry.terraform.io/providers/cloudflare/cloudflare) ([source](https://redirect.github.com/cloudflare/terraform-provider-cloudflare)) | required_provider | patch | `~> 4.0` -> `~> 4.52` | --- ### 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 b3a15b7 commit 8b406e3

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

.terraform.lock.hcl

Lines changed: 14 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
@@ -16,7 +16,7 @@ terraform {
1616
}
1717
cloudflare = {
1818
source = "cloudflare/cloudflare"
19-
version = "~> 4.0"
19+
version = "~> 4.52"
2020
}
2121
helm = {
2222
source = "hashicorp/helm"

0 commit comments

Comments
 (0)