Update Terraform cloudflare to v5 - #21
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
samcday
force-pushed
the
main
branch
2 times, most recently
from
September 15, 2025 05:50
a832da4 to
90c515d
Compare
samcday
force-pushed
the
main
branch
2 times, most recently
from
September 17, 2025 10:47
6b59765 to
56d9ad4
Compare
renovate
Bot
force-pushed
the
renovate/cloudflare-5.x
branch
from
September 17, 2025 12:15
e2b27b9 to
5654222
Compare
samcday
force-pushed
the
main
branch
5 times, most recently
from
September 17, 2025 12:47
b4a8782 to
d843f3c
Compare
renovate
Bot
force-pushed
the
renovate/cloudflare-5.x
branch
from
September 17, 2025 23:03
5654222 to
8850bf1
Compare
renovate
Bot
force-pushed
the
renovate/cloudflare-5.x
branch
from
September 17, 2025 23:04
8850bf1 to
99a74a3
Compare
renovate
Bot
force-pushed
the
renovate/cloudflare-5.x
branch
from
September 17, 2025 23:06
99a74a3 to
6692cad
Compare
renovate
Bot
force-pushed
the
renovate/cloudflare-5.x
branch
from
September 17, 2025 23:07
6692cad to
8b05d16
Compare
samcday
force-pushed
the
main
branch
11 times, most recently
from
September 18, 2025 11:02
28095d3 to
2bc0131
Compare
samcday
force-pushed
the
main
branch
2 times, most recently
from
November 22, 2025 04:12
0e58f85 to
4640da7
Compare
renovate
Bot
force-pushed
the
renovate/cloudflare-5.x
branch
from
November 25, 2025 16:55
b403522 to
0a224b1
Compare
renovate
Bot
force-pushed
the
renovate/cloudflare-5.x
branch
from
December 6, 2025 03:45
0a224b1 to
494fa56
Compare
renovate
Bot
force-pushed
the
renovate/cloudflare-5.x
branch
from
December 20, 2025 06:14
494fa56 to
da351b0
Compare
renovate
Bot
force-pushed
the
renovate/cloudflare-5.x
branch
from
January 21, 2026 04:53
da351b0 to
9d275e3
Compare
renovate
Bot
force-pushed
the
renovate/cloudflare-5.x
branch
from
February 12, 2026 15:05
9d275e3 to
42fff28
Compare
renovate
Bot
force-pushed
the
renovate/cloudflare-5.x
branch
3 times, most recently
from
February 27, 2026 14:51
96ec9e6 to
f2bbbf5
Compare
renovate
Bot
force-pushed
the
renovate/cloudflare-5.x
branch
from
March 1, 2026 21:47
f2bbbf5 to
51da24e
Compare
renovate
Bot
force-pushed
the
renovate/cloudflare-5.x
branch
5 times, most recently
from
March 19, 2026 05:58
00853bb to
5005924
Compare
renovate
Bot
force-pushed
the
renovate/cloudflare-5.x
branch
from
April 16, 2026 15:17
5005924 to
a893d1e
Compare
renovate
Bot
force-pushed
the
renovate/cloudflare-5.x
branch
4 times, most recently
from
May 1, 2026 05:28
b6572f0 to
833e34d
Compare
renovate
Bot
force-pushed
the
renovate/cloudflare-5.x
branch
2 times, most recently
from
June 19, 2026 22:12
9631105 to
b83cdd6
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.52.4→5.24.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
cloudflare/terraform-provider-cloudflare (cloudflare)
v5.24.0Compare Source
Full Changelog: v5.23.0...v5.24.0
BREAKING CHANGES
The following upstream API schema changes required corresponding provider schema updates. Existing state files load without user action (the plugin framework silently drops attributes that no longer exist in the schema), but Terraform configurations that still reference removed attributes must be updated before
terraform planwill succeed.cloudflare_hostname_tls_settingdata source now requireshostnameas an input parameter instead of returning it as a computed attribute. The computedidattribute has been removed; usesetting_idinstead. (ece27fe)variantnested attribute has been removed. The API no longer returns this wrapper object; theid,options, andnever_require_signed_urlsfields remain available at the top level. Remove any references tocloudflare_image_variant.<name>.variantfrom your configurations. (738bd28)meta.flagsnested attribute has been renamed tometa.tenant_flags. Two new computed sub-attributes (enterprise_capability,member_management) have been added. Update any references from.meta.flagsto.meta.tenant_flags. (ece27fe)allow_code_modeattribute is now deprecated and no longer computed with a default oftrue. Use the newcode_modeattribute ("off","opt_in","default_on","enforced") instead. Configurations that relied on the computed default must explicitly setcode_modeorallow_code_mode. (ece27fe)session_durationattribute is no longer computed with a default of"24h". It is now optional-only. Existing configurations that omittedsession_durationand relied on the provider default will see a plan diff; explicitly setsession_duration = "24h"to preserve the previous behavior. (ae4f5a1)allowed_authenticatorsenum valuessh_piv_keyhas been renamed topiv_key, and a new valuessh_fido2_keyhas been added. Configurations using"ssh_piv_key"must be updated to"piv_key". (ece27fe)idattribute type changed fromStringtoInt64. The computedintel_idattribute has been removed. Thehostnames,ip_subnets,port_protocols,support_domains, andsupportedattributes changed fromListtoSet(element ordering is no longer significant). These changes apply to both the resource data source and the list data source. (ece27fe)idattribute type changed fromStringtoInt64on both the data source and list data source. (ece27fe)is_pending_reconnectattribute has been removed fromconnections. The upstream API no longer returns this field. Remove any references toconnections[*].is_pending_reconnectfrom your configurations. (ece27fe)is_pending_reconnectattribute has been removed fromconnections, matching thezero_trust_tunnel_cloudflaredchange above. (ece27fe)New Resources
New Data Sources
Features
log_classificationattribute andunifiedbilling mode (ece27fe)discover_optionsfor link-following web crawler configuration (ece27fe)public_endpoint_paramswith MCP, rate limiting, custom domains, and chat completions configuration (ece27fe)oci_storagecloud provider type (ece27fe)uslocation restriction value (ece27fe)health_sourcesattribute for regional health steering (ece27fe)lv-LV) language support (ece27fe)preview_url_suffixandurlcomputed attributes to subdomain block (ece27fe)messagingbinding type (ece27fe)code_modeattribute for granular Code Mode policy control (ece27fe)authentication_statuscomputed attribute (ece27fe)contract_version,warnings, and newtypevalues (login,interstitial) (ece27fe)enabledattribute to control service token activation (ece27fe)deprecatedattribute to all DLP entry resources and data sources (ece27fe)warp_auth_non_browser_401attribute for non-browser 401 responses (ece27fe)webmcp_enabledandwebmcp_packssetting IDs (ece27fe)Bug Fixes
Documentation
v5.23.0Compare Source
Full Changelog: v5.22.0...v5.23.0
New Data Sources
Features
deployed_viaandlast_modified_viacomputed fields, and defaultofflabeltofalse(5952e95)global_accelerationblock for configuring custom tunnel and API endpoints (5952e95)delete_headerssupport in request header modification settings (5952e95)Bug Fixes
source.configdrift for API-populated fields by preserving computed state values (c63f15e)Chores
Documentation
v5.22.0Compare Source
Full Changelog: v5.21.1...v5.22.0
⚠ BREAKING CHANGES
The following upstream API schema changes required corresponding provider schema updates. Existing state files load without user action (the plugin framework silently drops attributes that no longer exist in the schema), but Terraform configurations that still reference removed attributes must be updated before
terraform planwill succeed.source_params.web_crawler.crawl_optionsblock has been removed. Cloudflare's AI Search API dropped this field from its public schema in June 2026 and no longer accepts it, so keeping it in the provider would surface as a runtime API error rather than a plan-time error. Remove anycrawl_options { ... }block from yourcloudflare_ai_search_instanceconfigurations. (0843c7f)serversattribute changed from a list to a set. HCL syntax is unchanged (servers = [ ... ]), but element ordering is no longer significant — Terraform will no longer plan a change when only the order ofserversentries differs, and any code that relied on stable list ordering (e.g.element(..., 0)) may need to be updated. (099fc24)Notes
managed_request_headersandmanaged_response_headersare nowOptionalinstead ofRequired. Existing configurations that set both blocks keep working unchanged; you may now omit either block if you don't need to manage those transforms. (928173)New Resources
Features
fileas valid RDP connection_rules value (2659e30)Bug Fixes
Chores
Documentation
v5.21.1Compare Source
Full Changelog: v5.21.0...v5.21.1
Bug Fixes
v5.21.0Compare Source
Full Changelog: v5.20.0...v5.21.0
Features
Bug Fixes
Chores
Documentation
v5.20.0Compare Source
Full Changelog: v5.19.1...v5.20.0
Features
Bug Fixes
Reverts
Chores
Documentation
Refactors
v5.19.1Compare Source
Full Changelog: v5.19.0...v5.19.1
Features
Bug Fixes
Chores
v5.19.0Compare Source
Full Changelog: v5.18.0...v5.19.0
New Resources
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.