Skip to content

Commit 52e6291

Browse files
committed
Constrain version of Cloudflare provider
Version 5 of the Cloudflare provider is a major rewrite with a number of backwards incompatible changes. This patch release explicitly notes that the provider should not be updated. A new version of this module will be released shortly. Migration guide: https://registry.terraform.io/providers/cloudflare/cloudflare/latest/docs/guides/version-5-upgrade
1 parent 3d63579 commit 52e6291

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/cloudflare/dns/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ terraform {
44
required_providers {
55
cloudflare = {
66
source = "cloudflare/cloudflare"
7-
version = ">= 4.39.0"
7+
version = ">= 4.39.0, < 5.0.0"
88
}
99
}
1010
}

0 commit comments

Comments
 (0)