From 05600caab2bc0e8e8d0d644d88f6e64c1e8fba2e Mon Sep 17 00:00:00 2001 From: Musa Jundi Date: Tue, 20 Jan 2026 17:44:08 -0600 Subject: [PATCH 1/2] chore: add changelog for Terraform provider v5.16.0 release --- .../2025-01-20-terraform-v5.16.0-provider.mdx | 52 +++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 src/content/changelog/terraform/2025-01-20-terraform-v5.16.0-provider.mdx diff --git a/src/content/changelog/terraform/2025-01-20-terraform-v5.16.0-provider.mdx b/src/content/changelog/terraform/2025-01-20-terraform-v5.16.0-provider.mdx new file mode 100644 index 000000000000000..7aaf2cc6028aab2 --- /dev/null +++ b/src/content/changelog/terraform/2025-01-20-terraform-v5.16.0-provider.mdx @@ -0,0 +1,52 @@ +--- +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. + +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 + +* **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/) \ No newline at end of file From b7be57569842f52ca597414f171220a588f1f16e Mon Sep 17 00:00:00 2001 From: Musa Jundi Date: Thu, 22 Jan 2026 13:32:35 -0600 Subject: [PATCH 2/2] chore: add account_member change entry to v5.16.0 Terraform release changelog --- .../terraform/2025-01-20-terraform-v5.16.0-provider.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/content/changelog/terraform/2025-01-20-terraform-v5.16.0-provider.mdx b/src/content/changelog/terraform/2025-01-20-terraform-v5.16.0-provider.mdx index 7aaf2cc6028aab2..21c141fb0459621 100644 --- a/src/content/changelog/terraform/2025-01-20-terraform-v5.16.0-provider.mdx +++ b/src/content/changelog/terraform/2025-01-20-terraform-v5.16.0-provider.mdx @@ -32,6 +32,7 @@ This release includes bug fixes, the stabilization of even more popular resource ### 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