chore(deps): update terraform cloudflare to v5 #29
No reviewers
Labels
No labels
No milestone
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
shivering-isles/infrastructure-gitops!29
Loading…
Reference in a new issue
No description provided.
Delete branch "renovate/cloudflare-5.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
4.52.8→5.22.0Release Notes
cloudflare/terraform-provider-cloudflare (cloudflare)
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
Chores
Documentation
v5.18.0Compare Source
Full Changelog: v5.17.0...v5.18.0
Features
next(c92a4cb)Bug Fixes
Chores
Documentation
Refactors
v5.17.0Compare Source
Full Changelog: v5.16.0...v5.17.0
Features
Bug Fixes
Reverts
Chores
Documentation
Refactors
v5.16.0Compare Source
Full Changelog: v5.15.0...v5.16.0
Features
Bug Fixes
Documentation
v5.15.0Compare Source
Full Changelog: v5.14.0...v5.15.0
Features
startup_time_ms(286ab55)upload_status(7dc0fe3)upload_status(7dc0fe3)upload_status(7dc0fe3)upload_status(7dc0fe3)forensic_copy(5741fd0)Bug Fixes
Chores
hostsis now a set, not a list (286ab55)custom_remote_entities(286ab55)Documentation
Refactors
v5.14.0Compare Source
Full Changelog: v5.13.0...v5.14.0
Features
Bug Fixes
Chores
v5.13.0Compare Source
Full Changelog: v5.12.0...v5.13.0
⚠ BREAKING CHANGES: cloudflare_api_token & cloudflare_account_token Schema Update
The 5.13 release includes major updates to the cloudflare_api_token resource to eliminate configuration drift caused by policy ordering differences in the Cloudflare API.
Fixes: #6092
Whats changed
Required Action (v5.13+)
Customers looking to upgrade to v5.13+ must update all cloudflare_api_token & cloudflare_account_token resources to wrap policy resource values in jsonencode()
Before:
After:
Features
Bug Fixes
Chores
v5.12.0Compare Source
Full Changelog: v5.11.0...v5.12.0
Features
PUT /workers/domainsas a create operation (8ff0c7d)Bug Fixes
Chores
cloudflare_pages_projectacceptance tests (#6318) (cb63e28)Documentation
v5.11.0Compare Source
Full Changelog: v5.10.1...v5.11.0
Features
assets.directoryattribute for handling assets uploads incloudflare_workers_scriptandcloudflare_worker_versionresources (#6160) (50168e5)dynamicvalidatorto do arbitrary semantic equivalence check (e1faeb8)Bug Fixes
Chores
tfplugindocsalways use/var/tmpfor compilation on linux (3ccb727)docs_searchtool at other URLs (195dbf4)e4c0f73](e4c0f736b9f339), 82c913f, 64ff1f0, 516b468, b9b674c, 0b6b710, fc1f691, 7139af1, 81d79a5, fcb14b6, efebe55, c0fb2a4, 2978db8, ced7790, 0ff7a11, 04c89cb, 4acb7ab, 04236ca, 7636b30, 5c2d985, e52ffb1, 133bb02, 3fd9175, b5f2c46, f52687d, f1164d2, e4a44a8, da6a341, 002316c)v5.10.1Compare Source
Full Changelog: v5.10.0...v5.10.1
Features
Bug Fixes
zone_settingmigrations (#6169) (6ba251f)run_worker_firstattribute (#6199) (13bf28d)Chores
Documentation
v5.10.0Compare Source
Full Changelog: v5.9.0...v5.10.0
Features
Bug Fixes
cloudflare_workers_scriptresource (#6158) (bcfc129), closes #6147Chores
Refactors
v5.9.0Compare Source
Full Changelog: v5.8.4...v5.9.0
Features
Bug Fixes
0rtt(4943ca2)cloudflare_zone_settings_override(3b6edda)Chores
v5.8.4Compare Source
Full Changelog: v5.8.3...v5.8.4
Bug Fixes
Chores
v5.8.2Compare Source
Full Changelog: v5.8.1...v5.8.2
Features
Chores
v5.7.1Compare Source
Full Changelog: v5.7.0...v5.7.1
Bug Fixes
Chores
v5.7.0Compare Source
Full Changelog: v5.6.0...v5.7.0
Features
content_fileandcontent_sha256attribute pair as alternative tocontent(6c850b0)Bug Fixes
Chores
v5.6.0Compare Source
Full Changelog: v5.5.0...v5.6.0
Features
Bug Fixes
Chores
v5.5.0Compare Source
Full Changelog: v5.4.0...v5.5.0
Features
Bug Fixes
Chores
Documentation
v5.4.0Compare Source
Full Changelog: v5.3.0...v5.4.0
Features
Bug Fixes
cloudflare_workers_kvstate refresh (2e61b3e)Chores
v5.3.0Compare Source
Full Changelog: v5.2.0...v5.3.0
Features
Bug Fixes
policies(#5433) (3f36851)data(#5461) (8a5e8ce)is_defaultwrite only value (#5434) (368ab5d)Chores
toListParamsmethods in singular data sources (#5371) (495ae4c)Documentation
v5.2.0Compare Source
Full Changelog: v5.1.0...v5.2.0
Features
identifierasid(#5344) (9705e1b)identifierasid(#5345) (5d1afaa)Bug Fixes
metaas read only (84e8c23)valuewrite only field (4cbb4b5)private_keywrite only field (78b9ff1)certificate_idfrom theid(2b53245)Chores
Documentation
v5.1.0Compare Source
Full Changelog: v5.0.0...v5.1.0
Features
Bug Fixes
Documentation
v5.0.0Compare Source
Migration guide (including changelog)
https://registry.terraform.io/providers/cloudflare/cloudflare/latest/docs/guides/version-5-upgrade
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 has been generated by Renovate Bot. The local configuration can be found in the SI Renovate Bot repository.
a8086aa38ato8daf2a31de8daf2a31de1c9a011c411c9a011c415d666e2bbc5d666e2bbcf735fb5f74View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.