Skip to content

Commit

Permalink
Define an upper-bound for cloudflare version
Browse files Browse the repository at this point in the history
  • Loading branch information
cmd-ntrf committed Jan 29, 2025
1 parent 3c1e6e1 commit e69cb33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dns/cloudflare/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
cloudflare = {
source = "cloudflare/cloudflare"
version = ">= 4.39.0"
version = ">= 4.39.0, < 5.0.0"
}
tls = {
source = "hashicorp/tls"
Expand Down

0 comments on commit e69cb33

Please sign in to comment.