upgrade cloudflare terraform provider to 4.51 [ci skip]

This commit is contained in:
Viktor Barzin 2025-02-02 18:14:18 +00:00
parent 5e9e2861a3
commit 0524798594
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
3 changed files with 19 additions and 18 deletions

View file

@ -26,7 +26,8 @@ terraform {
required_providers {
cloudflare = {
source = "cloudflare/cloudflare"
version = ">= 4.48.0"
version = "~> 4"
}
}
}