Update Terraform cloudflare to v5 - #4
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/cloudflare-5.x
branch
from
February 15, 2025 00:13
87ed42d to
247a2ec
Compare
renovate
Bot
force-pushed
the
renovate/cloudflare-5.x
branch
from
March 22, 2025 03:43
247a2ec to
ccd2d40
Compare
renovate
Bot
force-pushed
the
renovate/cloudflare-5.x
branch
from
April 9, 2025 04:03
ccd2d40 to
c8c0fef
Compare
renovate
Bot
force-pushed
the
renovate/cloudflare-5.x
branch
from
May 10, 2025 03:46
c8c0fef to
96a638a
Compare
renovate
Bot
force-pushed
the
renovate/cloudflare-5.x
branch
from
May 24, 2025 12:00
96a638a to
ff11535
Compare
renovate
Bot
force-pushed
the
renovate/cloudflare-5.x
branch
from
June 21, 2025 12:12
ff11535 to
a1b99c3
Compare
renovate
Bot
force-pushed
the
renovate/cloudflare-5.x
branch
from
July 26, 2025 08:10
a1b99c3 to
3810d18
Compare
renovate
Bot
force-pushed
the
renovate/cloudflare-5.x
branch
from
August 4, 2025 00:00
3810d18 to
441ee17
Compare
renovate
Bot
force-pushed
the
renovate/cloudflare-5.x
branch
from
August 16, 2025 23:51
441ee17 to
b103b8c
Compare
renovate
Bot
force-pushed
the
renovate/cloudflare-5.x
branch
from
September 1, 2025 09:34
b103b8c to
97a6369
Compare
renovate
Bot
force-pushed
the
renovate/cloudflare-5.x
branch
2 times, most recently
from
September 18, 2025 23:56
519c6c5 to
aaa780e
Compare
renovate
Bot
force-pushed
the
renovate/cloudflare-5.x
branch
from
October 3, 2025 00:11
aaa780e to
b902027
Compare
renovate
Bot
force-pushed
the
renovate/cloudflare-5.x
branch
from
November 1, 2025 08:05
b902027 to
fb87c3c
Compare
renovate
Bot
force-pushed
the
renovate/cloudflare-5.x
branch
from
November 22, 2025 10:57
fb87c3c to
5f359d3
Compare
renovate
Bot
force-pushed
the
renovate/cloudflare-5.x
branch
from
December 6, 2025 10:51
5f359d3 to
0f37829
Compare
renovate
Bot
force-pushed
the
renovate/cloudflare-5.x
branch
from
December 20, 2025 11:44
0f37829 to
3729337
Compare
renovate
Bot
force-pushed
the
renovate/cloudflare-5.x
branch
from
January 21, 2026 11:45
3729337 to
9140fcc
Compare
renovate
Bot
force-pushed
the
renovate/cloudflare-5.x
branch
from
February 13, 2026 23:09
9140fcc to
9b82ddc
Compare
renovate
Bot
force-pushed
the
renovate/cloudflare-5.x
branch
from
March 2, 2026 05:59
9b82ddc to
d35b580
Compare
renovate
Bot
force-pushed
the
renovate/cloudflare-5.x
branch
from
May 1, 2026 09:06
d35b580 to
3f220ed
Compare
renovate
Bot
force-pushed
the
renovate/cloudflare-5.x
branch
from
June 13, 2026 04:07
3f220ed to
0c3fad7
Compare
renovate
Bot
force-pushed
the
renovate/cloudflare-5.x
branch
from
June 20, 2026 12:09
0c3fad7 to
14cd20f
Compare
|
Tick the box to add this pull request to the merge queue (same as
|
renovate
Bot
force-pushed
the
renovate/cloudflare-5.x
branch
from
June 24, 2026 03:58
14cd20f to
9342773
Compare
|
Tick the box to add this pull request to the merge queue (same as
|
renovate
Bot
force-pushed
the
renovate/cloudflare-5.x
branch
from
July 16, 2026 00:15
9342773 to
201aad4
Compare
|
Tick the box to add this pull request to the merge queue (same as
|
renovate
Bot
force-pushed
the
renovate/cloudflare-5.x
branch
from
August 7, 2026 04:06
201aad4 to
fd0773d
Compare
|
Tick the box to add this pull request to the merge queue (same as
|
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.34.0→5.23.0Release Notes
cloudflare/terraform-provider-cloudflare (cloudflare)
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
Features
content_converterandredirects_for_ai_trainingsupport to configuration rules (726b8e7)Bug Fixes
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.