Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
---
title: Terraform v5.16.0 now available
description: Terraform v5.16.0 stabilizes a number of resources and known issues
products:
- fundamentals
date: 2025-01-20
---

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.15 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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@KaydeeDee this messaging still feels too negative. Given the reception we've seen on the more recent releases, I think a more optimistic tone is warranted? Not braggy, just optimistic. What do you think?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jhutchings1 I was wondering that too, since stability has been greatly improved and we are in a much better spot now. Thanks for reviewing this.


Thank you for continuing to raise issues. They make our provider stronger and help us build products that reflect your needs.

This release includes bug fixes, the stabilization of even more popular resources, and more.

### Features

* **custom_pages:** add "waf_challenge" as new supported error page type identifier in both resource and data source schemas
* **list:** enhance CIDR validator to check for normalized CIDR notation requiring network address for IPv4 and IPv6
* **magic_wan_gre_tunnel:** add automatic_return_routing attribute for automatic routing control
* **magic_wan_gre_tunnel:** add BGP configuration support with new BGP model attribute
* **magic_wan_gre_tunnel:** add bgp_status computed attribute for BGP connection status information
* **magic_wan_gre_tunnel:** enhance schema with BGP-related attributes and validators
* **magic_wan_ipsec_tunnel:** add automatic_return_routing attribute for automatic routing control
* **magic_wan_ipsec_tunnel:** add BGP configuration support with new BGP model attribute
* **magic_wan_ipsec_tunnel:** add bgp_status computed attribute for BGP connection status information
* **magic_wan_ipsec_tunnel:** add custom_remote_identities attribute for custom identity configuration
* **magic_wan_ipsec_tunnel:** enhance schema with BGP and identity-related attributes
* **ruleset:** add request body buffering support
* **ruleset:** enhance ruleset data source with additional configuration options
* **workers_script:** add observability logs attributes to list data source model
* **workers_script:** enhance list data source schema with additional configuration options

### Bug Fixes

* **account_member**: fix resource importability issues
* **dns_record:** remove unnecessary fmt.Sprintf wrapper around LoadTestCase call in test configuration helper function
* **load_balancer:** fix session_affinity_ttl type expectations to match Float64 in initial creation and Int64 after migration
* **workers_kv:** handle special characters correctly in URL encoding

### Documentation

* **account_subscription:** update schema description for rate_plan.sets attribute to clarify it returns an array of strings
* **api_shield:** add resource-level description for API Shield management of auth ID characteristics
* **api_shield:** enhance auth_id_characteristics.name attribute description to include JWT token configuration format requirements
* **api_shield:** specify JSONPath expression format for JWT claim locations
* **hyperdrive_config:** add description attribute to name attribute explaining its purpose in dashboard and API identification
* **hyperdrive_config:** apply description improvements across resource, data source, and list data source schemas
* **hyperdrive_config:** improve schema descriptions for cache settings to clarify default values
* **hyperdrive_config:** update port description to clarify defaults for different database types

### For more information
- [Terraform Provider](https://registry.terraform.io/providers/cloudflare/cloudflare/latest/docs)
- [Documentation on using Terraform with Cloudflare](/terraform/)
Loading