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.24.0Release 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
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
v4.52.9Compare Source
What's Changed
Full Changelog: https://github.com/cloudflare/terraform-provider-cloudflare/compare/v4.52.8...v4.52.9
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.
a8086aa38ato8daf2a31de8daf2a31de1c9a011c411c9a011c415d666e2bbc5d666e2bbcf735fb5f74f735fb5f7462a9b03b0962a9b03b0924dcda96d4View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.