Update Terraform cloudflare to >= 5
All checks were successful
CI / Terraform fmt + validate (pull_request) Successful in 21s
CI / Nomad job spec validate (pull_request) Successful in 16s

This commit is contained in:
2026-04-19 05:20:15 +00:00
parent 1b73fda11f
commit 20f4c2eba8
3 changed files with 20 additions and 13 deletions

View File

@@ -12,7 +12,7 @@ terraform {
}
cloudflare = {
source = "cloudflare/cloudflare"
version = "~> 5"
version = ">= 5"
}
postgresql = {
source = "cyrilgdn/postgresql"