Skip to content

Commit 6704faf

Browse files
musa-cfKaydeeDeejhutchings1dcpena
authored
Add changelog entry for Terraform v5.13.0 (#26650)
* Add changelog entry for Terraform v5.13.0 * Release notes for Terraform v5.13.0 Updated to reflect CF TF Doc * Update 2025-11-20-terraform-v5.13.0-provider.mdx Co-authored-by: Denise Peña <75506267+dcpena@users.noreply.github.com> * Update 2025-11-20-terraform-v5.13.0-provider.mdx Co-authored-by: Denise Peña <75506267+dcpena@users.noreply.github.com> * Update 2025-11-20-terraform-v5.13.0-provider.mdx Co-authored-by: Denise Peña <75506267+dcpena@users.noreply.github.com> --------- Co-authored-by: Katie D'Angelo <kd.dangelo@gmail.com> Co-authored-by: Justin Hutchings <jhutchings1@users.noreply.github.com> Co-authored-by: Denise Peña <75506267+dcpena@users.noreply.github.com>
1 parent 5e83d1d commit 6704faf

File tree

1 file changed

+60
-0
lines changed

1 file changed

+60
-0
lines changed
Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
---
2+
title: Terraform v5.13.0 now available
3+
description: Terraform v5.13.0 stabilizes a number of resources and known issues
4+
products:
5+
- fundamentals
6+
date: 2025-11-20
7+
---
8+
9+
Earlier this year, we announced the launch of the new Terraform v5 Provider. We are aware of the high number of issues reported by the Cloudflare community related to the v5 release. We have committed to releasing improvements on a [2-3 week cadence](https://github.com/cloudflare/terraform-provider-cloudflare/issues/5774) to ensure its stability and reliability, including the v5.13 release. We have also pivoted from an [issue-to-issue approach to a resource-per-resource approach](https://github.com/cloudflare/terraform-provider-cloudflare/issues/6237) - we will be focusing on specific resources to not only stabilize the resource but also ensure it is migration-friendly for those migrating from v4 to v5.
10+
11+
Thank you for continuing to raise issues. They make our provider stronger and help us build products that reflect your needs.
12+
13+
This release includes new features, new resources and data sources, bug fixes, updates to our Developer Documentation, and more.
14+
15+
### Breaking Change
16+
Please be aware that there are breaking changes for the `cloudflare_api_token` and `cloudflare_account_token` resources. These changes eliminate configuration drift caused by policy ordering differences in the Cloudflare API.
17+
18+
For more specific information about the changes or the actions required, please see the [detailed Repository changelog](https://github.com/cloudflare/terraform-provider-cloudflare/releases/tag/v5.13.0).
19+
20+
21+
### Features
22+
23+
* **New resources and data sources added**
24+
* cloudflare_connectivity_directory
25+
* cloudflare_sso_connector
26+
* cloudflare_universal_ssl_setting
27+
* **api_token+account_tokens:** state upgrader and schema bump ([#6472](https://github.com/cloudflare/terraform-provider-cloudflare/issues/6472))
28+
* **docs:** make docs explicit when a resource does not have import support
29+
* **magic_transit_connector:** support self-serve license key ([#6398](https://github.com/cloudflare/terraform-provider-cloudflare/issues/6398))
30+
* **worker_version:** add content_base64 support
31+
* **worker_version:** boolean support for run_worker_first ([#6407](https://github.com/cloudflare/terraform-provider-cloudflare/issues/6407))
32+
* **workers_script_subdomains:** add import support ([#6375](https://github.com/cloudflare/terraform-provider-cloudflare/issues/6375))
33+
* **zero_trust_access_application:** add proxy_endpoint for ZT Access Application ([#6453](https://github.com/cloudflare/terraform-provider-cloudflare/issues/6453))
34+
* **zero_trust_dlp_predefined_profile:** Switch DLP Predefined Profile endpoints, introduce enabled_entries attribut
35+
36+
37+
### Bug Fixes
38+
39+
* **account_token:** token policy order and nested resources ([#6440](https://github.com/cloudflare/terraform-provider-cloudflare/issues/6440))
40+
* allow r2_bucket_event_notification to be applied twice without failing ([#6419](https://github.com/cloudflare/terraform-provider-cloudflare/issues/6419))
41+
* **cloudflare_worker+cloudflare_worker_version:** import for the resources ([#6357](https://github.com/cloudflare/terraform-provider-cloudflare/issues/6357))
42+
* **dns_record:** inconsistent apply error ([#6452](https://github.com/cloudflare/terraform-provider-cloudflare/issues/6452))
43+
* **pages_domain:** resource tests ([#6338](https://github.com/cloudflare/terraform-provider-cloudflare/issues/6338))
44+
* **pages_project:** unintended resource state drift ([#6377](https://github.com/cloudflare/terraform-provider-cloudflare/issues/6377))
45+
* **queue_consumer:** id population ([#6181](https://github.com/cloudflare/terraform-provider-cloudflare/issues/6181))
46+
* **workers_kv:** multipart request ([#6367](https://github.com/cloudflare/terraform-provider-cloudflare/issues/6367))
47+
* **workers_kv:** updating workers metadata attribute to be read from endpoint ([#6386](https://github.com/cloudflare/terraform-provider-cloudflare/issues/6386))
48+
* **workers_script_subdomain:** add note to cloudflare_workers_script_subdomain about redundancy with cloudflare_worker ([#6383](https://github.com/cloudflare/terraform-provider-cloudflare/issues/6383))
49+
* **workers_script:** allow config.run_worker_first to accept list input
50+
* **zero_trust_device_custom_profile_local_domain_fallback:** drift issues ([#6365](https://github.com/cloudflare/terraform-provider-cloudflare/issues/6365))
51+
* **zero_trust_device_custom_profile:** resolve drift issues ([#6364](https://github.com/cloudflare/terraform-provider-cloudflare/issues/6364))
52+
* **zero_trust_dex_test:** correct configurability for 'targeted' attribute to fix drift
53+
* **zero_trust_tunnel_cloudflared_config:** remove warp_routing from cloudflared_config ([#6471](https://github.com/cloudflare/terraform-provider-cloudflare/issues/6471))
54+
55+
### Upgrading
56+
We suggest holding off on migration to v5 while we work on stabilization. This help will you avoid any blocking issues while the Terraform resources are actively being stabilized. We will be releasing a new migration tool in March 2026 to help support v4 to v5 transitions for our most popular resources.
57+
58+
### For more info
59+
- [Terraform Provider](https://registry.terraform.io/providers/cloudflare/cloudflare/latest/docs)
60+
- [Documentation on using Terraform with Cloudflare](https://developers.cloudflare.com/terraform/)

0 commit comments

Comments
 (0)