Skip to content

Update Terraform cloudflare to v5 - #21

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/cloudflare-5.x
Open

Update Terraform cloudflare to v5#21
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/cloudflare-5.x

Conversation

@renovate

@renovate renovate Bot commented Sep 13, 2025

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change
cloudflare (source) required_provider major 4.52.45.24.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

cloudflare/terraform-provider-cloudflare (cloudflare)

v5.24.0

Compare 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 plan will succeed.

  • hostname_tls_setting: the cloudflare_hostname_tls_setting data source now requires hostname as an input parameter instead of returning it as a computed attribute. The computed id attribute has been removed; use setting_id instead. (ece27fe)
  • image_variant: the computed variant nested attribute has been removed. The API no longer returns this wrapper object; the id, options, and never_require_signed_urls fields remain available at the top level. Remove any references to cloudflare_image_variant.<name>.variant from your configurations. (738bd28)
  • organization: the computed meta.flags nested attribute has been renamed to meta.tenant_flags. Two new computed sub-attributes (enterprise_capability, member_management) have been added. Update any references from .meta.flags to .meta.tenant_flags. (ece27fe)
  • zero_trust_access_ai_controls_mcp_portal: the allow_code_mode attribute is now deprecated and no longer computed with a default of true. Use the new code_mode attribute ("off", "opt_in", "default_on", "enforced") instead. Configurations that relied on the computed default must explicitly set code_mode or allow_code_mode. (ece27fe)
  • zero_trust_access_policy: the session_duration attribute is no longer computed with a default of "24h". It is now optional-only. Existing configurations that omitted session_duration and relied on the provider default will see a plan diff; explicitly set session_duration = "24h" to preserve the previous behavior. (ae4f5a1)
  • zero_trust_organization: the allowed_authenticators enum value ssh_piv_key has been renamed to piv_key, and a new value ssh_fido2_key has been added. Configurations using "ssh_piv_key" must be updated to "piv_key". (ece27fe)
  • zero_trust_resource_library_application: the id attribute type changed from String to Int64. The computed intel_id attribute has been removed. The hostnames, ip_subnets, port_protocols, support_domains, and supported attributes changed from List to Set (element ordering is no longer significant). These changes apply to both the resource data source and the list data source. (ece27fe)
  • zero_trust_resource_library_category: the id attribute type changed from String to Int64 on both the data source and list data source. (ece27fe)
  • zero_trust_tunnel_cloudflared: the computed is_pending_reconnect attribute has been removed from connections. The upstream API no longer returns this field. Remove any references to connections[*].is_pending_reconnect from your configurations. (ece27fe)
  • zero_trust_tunnel_warp_connector: the computed is_pending_reconnect attribute has been removed from connections, matching the zero_trust_tunnel_cloudflared change above. (ece27fe)
New Resources
  • cloudflare_ct_alerting: onboard new Terraform resource for Certificate Transparency alerting (ece27fe)
  • cloudflare_precursor: onboard new Terraform resource for Precursor (ece27fe)
New Data Sources
  • cloudflare_hostname_tls_settings: add list data source for hostname TLS settings (ece27fe)
Features
  • bump Go SDK version to v7.9.0 (79c7d4f)
  • ai_gateway: add log_classification attribute and unified billing mode (ece27fe)
  • ai_search_instance: add discover_options for link-following web crawler configuration (ece27fe)
  • ai_search_namespace: add public_endpoint_params with MCP, rate limiting, custom domains, and chat completions configuration (ece27fe)
  • cloud_connector_rules: add oci_storage cloud provider type (ece27fe)
  • d1_database: add us location restriction value (ece27fe)
  • load_balancer_pool: add health_sources attribute for regional health steering (ece27fe)
  • ruleset: add vary parameter to set_cache_settings action (e9cdc20)
  • waiting_room: add Latvian (lv-LV) language support (ece27fe)
  • worker: add preview_url_suffix and url computed attributes to subdomain block (ece27fe)
  • worker_version: add messaging binding type (ece27fe)
  • zero_trust_access_ai_controls_mcp_portal: add code_mode attribute for granular Code Mode policy control (ece27fe)
  • zero_trust_access_ai_controls_mcp_server: add authentication_status computed attribute (ece27fe)
  • zero_trust_access_application: add worker destination types for Access (118fe39)
  • zero_trust_access_custom_page: add contract_version, warnings, and new type values (login, interstitial) (ece27fe)
  • zero_trust_access_service_token: add enabled attribute to control service token activation (ece27fe)
  • zero_trust_dlp_*_entry: add computed deprecated attribute to all DLP entry resources and data sources (ece27fe)
  • zero_trust_organization: add warp_auth_non_browser_401 attribute for non-browser 401 responses (ece27fe)
  • zone_setting: add webmcp_enabled and webmcp_packs setting IDs (ece27fe)
Bug Fixes
  • guard against nil pointer dereference in dynamic semantic equality (d82bbd5)
  • image_variant: fix nested variant response deserialization (738bd28)
  • port v5.23.0 regression fixes from GitHub main (ae4f5a1)
  • remove duplicate declarations causing build failures (dc360d2)
Documentation
  • image_variant: update resource documentation (bab4b71)
  • regenerate provider documentation (79c7d4f)
  • restore .md extensions on internal guide cross-links (f51c9d6)

v5.23.0

Compare Source

Full Changelog: v5.22.0...v5.23.0

New Data Sources
  • cloudflare_zero_trust_dlp_custom_prompt_topic: add data source for DLP custom prompt topics (ae6a505)
  • cloudflare_zero_trust_dlp_custom_prompt_topics: add list data source for DLP custom prompt topics (ae6a505)
Features
  • bump Go SDK version to v7.8.0 (ae6a505)
  • hyperdrive_config: add v4 to v5 state migration (cdd5ca6)
  • turnstile_widget: add deployed_via and last_modified_via computed fields, and default offlabel to false (5952e95)
  • zero_trust_device_default_profile: add global_acceleration block for configuring custom tunnel and API endpoints (5952e95)
  • zero_trust_gateway_policy: add delete_headers support in request header modification settings (5952e95)
Bug Fixes
  • d1_database: initialize read_replication in state upgrader to prevent 400 error (298799b)
  • load_balancer_pool: preserve origins order to prevent perpetual drift (aad09cc)
  • zero_trust_access_ai_controls_mcp_portal: migrate servers state from list to set (9766b3a)
  • zero_trust_access_policy: resolve perpetual diff by calling normalization in CRUD (497f06b)
  • zero_trust_device_custom_profile: resolve perpetual drift on default, include, target_tests, and exclude nested attributes (f74cecf)
  • zero_trust_device_custom_profile: address review feedback on normalization (969b35d)
  • zero_trust_dex_test: remove stale model fields that caused value conversion panics during resource operations (fd43d83)
  • zero_trust_organization: normalize mfa_required_for_all_apps to prevent perpetual diff (001c28e)
  • workers_custom_domain: populate computed fields from a post-create read to prevent import drift (fd43d83)
  • pages_project: fix source.config drift for API-populated fields by preserving computed state values (c63f15e)
Chores
  • add .terraform-registry for ownership transfer (d33bc90)
  • internal: codegen related update (ae6a505)
Documentation
  • add workers_secret migration guidance with tf-migrate support (524b26a)
  • fix account_subscription examples (2ebc7db)
  • migration-guide: add table of contents to v5 migration guide (e11e8a4)
  • regenerate provider documentation (4656c9f)
  • resolve AI review doc warnings (691131e)

v5.22.0

Compare 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 plan will succeed.

  • ai_search_instance: the source_params.web_crawler.crawl_options block 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 any crawl_options { ... } block from your cloudflare_ai_search_instance configurations. (0843c7f)
  • zero_trust_access_ai_controls_mcp_portal: the servers attribute 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 of servers entries differs, and any code that relied on stable list ordering (e.g. element(..., 0)) may need to be updated. (099fc24)
Notes
  • managed_transforms: managed_request_headers and managed_response_headers are now Optional instead of Required. 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
  • cloudflare_moq_relay: onboard new Terraform resource for Media over QUIC (MoQ) relays (9f2678c)
Features
  • d1_database: add v4-to-v5 state upgrader (32f42b1)
  • d1_database: add CRUD acceptance tests (3491e69)
  • hyperdrive_config: add comprehensive acceptance tests (59399bb)
  • oauth: add oauth_client resource CRUD support (154668f)
  • workers_custom_domain: add acceptance tests for resource, data sources, and import (26e0092)
  • workers_script: add exports and package_dependencies to schema (c15cef1)
  • zero_trust_access_application: add file as valid RDP connection_rules value (2659e30)
  • zero_trust_access_short_lived_certificate: add MoveState handler for access_ca_certificate rename (v4 -> v5 auto-migration) (90f3324)
Bug Fixes
  • dns_record: dedupe schema key and drop unused import (8faa422)
  • dns_record: revert Meta model to jsontypes.Normalized to match schema (c0eea18)
  • docs: add .md extension to migration guide links (7546f3e)
  • hyperdrive_config: address review feedback (92ce892)
  • load_balancer_pool: remove phantom flatten_cname from v4 source model (baa1b92)
  • migration: correct v4 test configs and migration test harness for access_ca_certificate (2c47cf7)
  • moq_relay: add schema Version: 500 (890b9f9)
  • oauth: remove custom oauth visibility change (6b4a0ed)
  • ruleset: add asset_name to v4 source schema so v4->v5 state upgrader parses correctly (baa1b92)
  • worker_version: add CustomType to assets schema to match model (7e7e0d3)
  • worker_version: use NestedObject accessors for Assets field (78d419f)
  • workers_custom_domain: address review feedback (3271949)
  • workers_script: resolve duplicate cache_options tag (c15cef1)
  • zero_trust_list: handle ambiguous schema_version=0 state (v4 vs v5) (c010f78)
Chores
  • api: force regen of moq_relay and email_routing_rule (a9e500a)
  • ci: add 30m timeout to unit test shards (635637b)
  • ci: trigger acceptance tests on release-tf-* branches (5921d00)
  • go.mod: pin cloudflare-go to release-770 branch head for v5.22.0 (05272f3)
  • internal: codegen related update (c7a96ca)
  • use 'next' for Terraform builds (30c04e6)
Documentation
  • list: fix missing comma in resource and data source examples (bfe1c34)
  • regenerate provider docs; fix provider address and .stats.yml (cbde062)
  • update documentation for moved blocks to Terraform 1.8 (d93208d)
  • v5-migration: document session_duration behavior change for access policies (90c58a7)
  • v5-upgrade: add destructive-behavior warning for app-scoped policy migration (1e832d6)
  • v5-upgrade: document zone_id removal for access policies (831f0bb)

v5.21.1

Compare Source

Full Changelog: v5.21.0...v5.21.1

Bug Fixes
  • worker: stop sending propagation_policy when not configured (#​7192) (31d9a31)

v5.21.0

Compare Source

Full Changelog: v5.20.0...v5.21.0

Features
  • add new resources from staging-next (e104922)
Bug Fixes
  • add missing no-op state upgraders for version 0 -> 500 (692a0c6), closes #​7181
  • restore account_id and zone_id as required on 156 resources (62024cf)
  • workers_script: add missing propagation_policy to observability traces schema (78448d8)
  • zone: only sweep zones containing the cftftest prefix (293ab21)
Chores
  • Add acceptance tests for DLP data classification resources (b85f20c)
  • ci: optimize CI workflow runtime (7aa373f)
  • clean up (e36c8a3)
Documentation
  • add docs for v5.20.1 release (712db1d)

v5.20.0

Compare Source

Full Changelog: v5.19.1...v5.20.0

Features
  • add 11 new resources/data-sources from staging-next (faab405)
  • add acceptance tests for google_tag_gateway resource (f89e15f)
  • add acceptance tests for virtual_networks on zero_trust_device_custom_profile (0625153)
  • add state upgraders for email_security_block_sender + impersonation_registry (bc22174)
  • chore: skip failing deployment_groups tests (614c726)
  • chore: skip failing Go SDK tests for workers bulk secret update (69d2591)
  • chore: use cloudflare-go v7.5.0 in Terraform build (fd1ab3e)
  • chore: use released Go SDK for Terraform build (e31d0f5)
  • chore: use released Go SDK for Terraform build (858be78)
  • feat: add custom_csrs Stainless config (zone + account) (0c37d4f)
  • feat: add custom_csrs Stainless config (zone + account) (408836e)
  • feat: add resource library endpoints inside zero trust (8f71612)
  • feat: move google_tag_gateway terraform resource from staging to production (b4f6126)
  • feat(api): add zero_trust_device_deployment_groups resource (3de6e62)
  • feat(api): add zero_trust_device_deployment_groups resource (c852320)
  • feat(cache): add create (POST) method for smart_tiered_cache (26568ea)
  • feat(cache): Update OPCR config to v2 endpoints (CACHE-13523) (278c81f)
  • feat(dex): add device ISPs endpoint mapping (4c7ad2c)
  • feat(dlp): add custom prompt topics endpoint [production] (7732fd9)
  • feat(dlp): add custom prompt topics endpoint [production] (305dab6)
  • feat(dlp): promote classification Stainless config to main (d8803bd)
  • feat(flagship): add Flagship feature flag API resource mappings (2b149cf)
  • feat(resource_sharing): add Terraform resource definitions for shares (d83b268)
  • feat(snippets): add terraform id_property annotations for snippet and snippet_rules (1781d02)
  • fix(iam): remove standalone_api from oauth_scopes subresource (8af9cd0)
Bug Fixes
  • account_member: missing upgrade path from v5.0-v5.15 (d5c2a93)
  • add no-drift plan checks and domain precheck (e4eaf52)
  • add read_only field to identity provider migration target model (ac4ec4f)
  • align migration target models + schemas to fix parity tests (f5ea496)
  • authenticated_origin_pulls_settings: nil pointer panic (cf8099b)
  • bot_management: restore content_bots_protection handling in model.go (d559753)
  • derive zone name from Read instead of missing API field (0d5feef)
  • dns_record: prevent FQDN normalization from swallowing name shortening changes (2131622)
  • email_security_trusted_domains: align model JSON tags with Optional schema (5ee457f)
  • email: missed Optional revert + email_security_trusted_domains state upgrader (8f3ddad)
  • gracefully handle nil pointer dereference when config has attributes_flat during migration (589384d)
  • leaked_credential_check_rule: skip tests that require product enablement (fc2d109)
  • list: nullify empty nested objects to prevent inconsistent result after apply (7bcee4b)
  • load_balancer_pool: accept early-v5 object-shape state at schema_version=0 (23050e1), closes #​7098
  • load_balancer_pool: add UseStateForUnknown for load_shedding attribute to prevent drift (3fc31ee)
  • r2_custom_domain: restore degraded-response handling in resource.go (b3d01a0)
  • regional_hostname: update cloudflare-go imports from v6 to v7 (d4211c4)
  • register regional_hostname in provider.go (3a87345)
  • resolve pre-existing v6/v7 and codegen-drift build errors (27aed32)
  • restore handwritten code stripped from staging-next codegen for acceptance tests (6920a59)
  • restore production files lost to codegen drift on staging-next (1bba117)
  • restore site_id/queue_id path tags to 'required' in data source models (56b6a34)
  • secrets_store: fix model/schema parity and guard acceptance tests (dde9b24)
  • set initial schema version to 500 for all new resources (ef71ba4)
  • spectrum_application: accept early-v5 object-shape state at schema_version=0 (bdcaa79), closes #​7098
  • tests: bump v6→v7 imports in restored hand-written tests (4cf7eff)
  • treeshaking required fields from optional (94198f3)
  • undo two over-corrections from previous batch (08a3561)
  • update go.sum and fix RecipientNewParams field rename (931cb9f)
  • worker_version: restore handwritten D1 database_id handling (ed78cd0)
  • worker: add propagation_policy to grandparent observability Default (c815f52)
  • worker: include propagation_policy in observability.traces parent Default + update data source test (541fe77)
  • worker: preserve observability.traces.propagation_policy across reads (458854e)
  • workers_custom_domain: Missing CertId field in state migration (17d852f)
  • workers_script: restore annotations Computed + workers_triggered_by (d3d033a)
  • workers_script: restore annotations Read workaround stripped by staging-next codegen (d4f824f)
  • zero_trust_access_application: skip MFA infrastructure test (4dd2f87)
  • zero_trust_access_identity_provider: add UseStateForUnknown to SAML-only config fields (451e078)
  • zero_trust_access_identity_provider: change read_only from computed to optional (b760efe)
  • zero_trust_access_identity_provider: drop universal Default on SAML-only config fields (f297a75)
  • zero_trust_access_identity_provider: use UseNonNullStateForUnknown on scim_config.scim_base_url (55a8860)
  • zero_trust_access_identity_provider: use UseNonNullStateForUnknown on scim_config.secret (4dab13d)
  • zero_trust_access_policy: Missing common_names transform in migration (ce95d8c)
  • zero_trust_access_policy: populate account_id when migrating zone-scoped v4 state (513a91c)
  • zero_trust_dlp_predefined_profile: skip tests that require account-level OCR (caed432)
Reverts
Chores
  • add feature request issue template (eee01fe)
  • api_token: skip test not supported by account (5056f63)
  • api: update composite API spec (fdcb705)
  • api: update composite API spec (b4ace62)
  • api: update composite API spec (408be20)
  • api: update composite API spec (37e67c1)
  • api: update composite API spec (5f2a7bd)
  • api: update composite API spec (06e6ffc)
  • api: update composite API spec (63b0963)
  • api: update composite API spec (d634850)
  • api: update composite API spec (0861a6a)
  • api: update composite API spec (7d350ac)
  • api: update composite API spec (14e308c)
  • api: update composite API spec (9376903)
  • api: update composite API spec (a83865d)
  • api: update composite API spec (1c1ae98)
  • api: update composite API spec (17d1f43)
  • api: update composite API spec (7537630)
  • api: update composite API spec (630c740)
  • api: update composite API spec (921b330)
  • api: update composite API spec (61b0057)
  • api: update composite API spec (007d65d)
  • api: update composite API spec (87325df)
  • api: update composite API spec (5b6f63b)
  • api: update composite API spec (796b467)
  • api: update composite API spec (29cb63f)
  • api: update composite API spec (6fb099e)
  • api: update composite API spec (c0f463a)
  • api: update composite API spec (4b4f4e1)
  • api: update composite API spec (cced166)
  • api: update composite API spec (1f0ef10)
  • api: update composite API spec (3d0cc20)
  • api: update composite API spec (3bfa07f)
  • api: update composite API spec (b8d2fcb)
  • api: update composite API spec (87be50c)
  • api: update composite API spec (0165de6)
  • api: update composite API spec (9cf975a)
  • api: update composite API spec (f0f1f80)
  • api: update composite API spec (04bd66d)
  • api: update composite API spec (2309417)
  • clarify description in feature request template (892847a)
  • deps: migrate from cloudflare-go/v6 to /v7 (6d752b6)
  • docs and examples (cd5cd44)
  • generate docs (420ed0b)
  • internal: codegen related update (61c4f94)
  • internal: codegen related update (22d50b7)
  • internal: codegen related update (6000928)
  • internal: codegen related update (8d83c78)
  • internal: codegen related update (f564ed6)
  • internal: codegen related update (9b7e360)
  • internal: codegen related update (9666ea8)
  • internal: codegen related update (0419104)
  • internal: codegen related update (4e2a053)
  • internal: codegen related update (5f7e773)
  • internal: codegen related update (0ea98f0)
  • restore schema version (470abf1)
  • revert unwanted generated code (5e2e81d)
  • use 'next' for Terraform builds (5e3bd48)
  • use v7 (a9b2b8e)
  • use v7 for all test; 2 resources have missing methods in v7 so use v6 for those two resources (1c6e86c)
  • zero_trust_device_custom_profile: skip virtual network test (48cc36f)
Documentation
  • regenerate provider docs (e86855d)
  • zero_trust_access_application: document in-place migration for policy UUIDs (555fa3f)
Refactors
  • extract MoveState nil guard into shared helper (737caf9)

v5.19.1

Compare Source

Full Changelog: v5.19.0...v5.19.1

Features
  • add user_group and user_group_members acceptance tests + custom delete (7f2420e)
Bug Fixes
  • iam: tokens migrations (52c5675)
  • list_item: ambigous schema while upgrade (8d75670)
  • zero_trust_access_group: fix v4 migration of same name (918f9b6)
Chores
  • unskip rate limited test for future (5f785f9)
  • zone_settings: document available settings (26711da)
  • zone_settings: document available settings dynamically (a885ddc)

v5.19.0

Compare Source

Full Changelog: v5.18.0...v5.19.0

New Resources
  • cloudflare_ai_gateway: Manage AI Gateway instances (e8d7f3b)
  • cloudflare_certificate_authorities_hostname_associations: Manage mTLS certificate hostname associations (97df6f2)
  • cloudflare_custom_page_asset: Manage custom page assets (8b71d20)
  • cloudflare_pipeline: Manage Cloudflare Pipelines (de21a25)
  • cloudflare_r2_data_catalog: Manage R2 Data Catalog (e8d7f3b)
  • cloudflare_user_group: Manage user groups (4cf8755)
  • cloudflare_user_group_members: Manage user group memberships (4cf8755)
  • cloudflare_vulnerability_scanner_credential: Manage vulnerability scanner credentials (4cf8755)
  • cloudflare_vulnerability_scanner_credential_set: Manage vulnerability scanner credential sets ([4cf8755](https://redirect.github.com/cloudflare/terraform-provider-cloudflare/commit/4cf87559008f8

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@samcday
samcday force-pushed the main branch 2 times, most recently from a832da4 to 90c515d Compare September 15, 2025 05:50
@renovate renovate Bot changed the title chore(deps): update terraform cloudflare to v5 Update Terraform cloudflare to v5 Sep 16, 2025
@renovate renovate Bot changed the title Update Terraform cloudflare to v5 chore(deps): update terraform cloudflare to v5 Sep 17, 2025
@samcday
samcday force-pushed the main branch 2 times, most recently from 6b59765 to 56d9ad4 Compare September 17, 2025 10:47
@renovate
renovate Bot force-pushed the renovate/cloudflare-5.x branch from e2b27b9 to 5654222 Compare September 17, 2025 12:15
@samcday
samcday force-pushed the main branch 5 times, most recently from b4a8782 to d843f3c Compare September 17, 2025 12:47
@renovate
renovate Bot force-pushed the renovate/cloudflare-5.x branch from 5654222 to 8850bf1 Compare September 17, 2025 23:03
@renovate
renovate Bot force-pushed the renovate/cloudflare-5.x branch from 8850bf1 to 99a74a3 Compare September 17, 2025 23:04
@renovate
renovate Bot force-pushed the renovate/cloudflare-5.x branch from 99a74a3 to 6692cad Compare September 17, 2025 23:06
@renovate
renovate Bot force-pushed the renovate/cloudflare-5.x branch from 6692cad to 8b05d16 Compare September 17, 2025 23:07
@samcday
samcday force-pushed the main branch 11 times, most recently from 28095d3 to 2bc0131 Compare September 18, 2025 11:02
@samcday
samcday force-pushed the main branch 2 times, most recently from 0e58f85 to 4640da7 Compare November 22, 2025 04:12
@renovate
renovate Bot force-pushed the renovate/cloudflare-5.x branch from b403522 to 0a224b1 Compare November 25, 2025 16:55
@renovate
renovate Bot force-pushed the renovate/cloudflare-5.x branch from 0a224b1 to 494fa56 Compare December 6, 2025 03:45
@renovate
renovate Bot force-pushed the renovate/cloudflare-5.x branch from 494fa56 to da351b0 Compare December 20, 2025 06:14
@renovate
renovate Bot force-pushed the renovate/cloudflare-5.x branch from da351b0 to 9d275e3 Compare January 21, 2026 04:53
@renovate
renovate Bot force-pushed the renovate/cloudflare-5.x branch from 9d275e3 to 42fff28 Compare February 12, 2026 15:05
@renovate
renovate Bot force-pushed the renovate/cloudflare-5.x branch 3 times, most recently from 96ec9e6 to f2bbbf5 Compare February 27, 2026 14:51
@renovate
renovate Bot force-pushed the renovate/cloudflare-5.x branch from f2bbbf5 to 51da24e Compare March 1, 2026 21:47
@renovate
renovate Bot force-pushed the renovate/cloudflare-5.x branch 5 times, most recently from 00853bb to 5005924 Compare March 19, 2026 05:58
@renovate renovate Bot changed the title chore(deps): update terraform cloudflare to v5 Update Terraform cloudflare to v5 Mar 27, 2026
@renovate renovate Bot changed the title Update Terraform cloudflare to v5 chore(deps): update terraform cloudflare to v5 Mar 27, 2026
@renovate
renovate Bot force-pushed the renovate/cloudflare-5.x branch from 5005924 to a893d1e Compare April 16, 2026 15:17
@renovate renovate Bot changed the title chore(deps): update terraform cloudflare to v5 Update Terraform cloudflare to v5 Apr 21, 2026
@renovate
renovate Bot force-pushed the renovate/cloudflare-5.x branch 4 times, most recently from b6572f0 to 833e34d Compare May 1, 2026 05:28
@renovate renovate Bot changed the title Update Terraform cloudflare to v5 chore(deps): update terraform cloudflare to v5 May 8, 2026
@renovate renovate Bot changed the title chore(deps): update terraform cloudflare to v5 Update Terraform cloudflare to v5 May 14, 2026
@renovate
renovate Bot force-pushed the renovate/cloudflare-5.x branch 2 times, most recently from 9631105 to b83cdd6 Compare June 19, 2026 22:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants