Skip to content

Commit 9e19045

Browse files
authored
Create 2025-08-15-terraform-v5.8.4-provider.mdx
v5.8.4 changelog
1 parent 933987a commit 9e19045

File tree

1 file changed

+56
-0
lines changed

1 file changed

+56
-0
lines changed
Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
---
2+
title: Terraform v5.8.4 now available
3+
description: Terraform v5.8.4 stablizes a number of resources and known issues
4+
products:
5+
- fundamentals
6+
date: 2025-08-15
7+
---
8+
9+
Earlier this year, we announced the launch of the new [Terraform v5 Provider](/changelog/2025-02-03-terraform-v5-provider/). We are aware of the high mumber of [issues](https://github.com/cloudflare/terraform-provider-cloudflare) reported by the Cloudflare community related to the v5 release. We have committed to releasing improvements on a 2 week cadeance to ensure it's stability and reliability. We have also pivoted from an issue-to-issue approach to a resource-per-resource approach - we will be focusing on specific resources for every release, stablizing the release and closing all associated bugs with that resource before moving onto resolving migration issues.
10+
11+
Thank you for continuing to raise issues. We triage them weekly and they help make our products stronger.
12+
13+
### Changes
14+
- Resources stablized:
15+
- `cloudflare_zone`
16+
- `cloudflare_zero_trust_access_policy`
17+
- `cloudflare_zero_trust_access_mtls_hostname_settings`
18+
- `cloudflare_zero_trust_access_mtls_certificate`
19+
- `cloudflare_zero_trust_access_identity_provider`
20+
- `cloudflare_zero_trust_access_group`
21+
- `cloudflare_zero_trust_access_application`
22+
- `cloudflare_snippet_rules`
23+
- `cloudflare_snippet`
24+
- `cloudflare_url_normalization_settings`
25+
- `cloudflare_managed_transforms`
26+
- `cloudflare_spectrum_application`
27+
- `cloudflare_load_balancer_pool`
28+
- `cloudflare_load_balancer_monitor`
29+
- `cloudflare_load_balancer`
30+
- `cloudflare_list_item`
31+
- `cloudflare_list`
32+
- `cloudflare_bot_management`
33+
- `cloudflare_argo_smart_routing`
34+
- Multipart handling restored for `cloudflare_snippet`
35+
- `cloudflare_bot_management` diff issues resolves when running `terraform plan` and `terraform apply`
36+
- Other bug fixes
37+
38+
For a more detailed look at all of the changes, see the [changelog](https://github.com/cloudflare/terraform-provider-cloudflare/releases/tag/v5.8.4) in GitHub.
39+
40+
### Issues Closed
41+
- [#5017: 'Uncaught Error: No such module' using cloudflare_snippets](https://github.com/cloudflare/terraform-provider-cloudflare/issues/5017)
42+
- [#5701: cloudflare_workers_script migrations for Durable Objects not recorded in tfstate; cannot be upgraded between versions](https://github.com/cloudflare/terraform-provider-cloudflare/issues/5701)
43+
- [#5640: cloudflare_argo_smart_routing importing doesn't read the actual value](https://github.com/cloudflare/terraform-provider-cloudflare/issues/5640)
44+
45+
If you have an unaddressed issue with the provider, we encourage you to check the [open issues](https://github.com/cloudflare/terraform-provider-cloudflare/issues) and open a new one if one does not already exist for what you are experiencing.
46+
47+
### Upgrading
48+
49+
We suggest holding off on migration to v5 while we work on stablization. This help will you avoid any blocking issues while the Terraform resources are actively being stablized.
50+
51+
If you'd like more information on migrating to v5, please make use of the [migration guide](https://registry.terraform.io/providers/cloudflare/cloudflare/latest/docs/guides/version-5-upgrade). We have provided automated migration scripts using Grit which simplify the transition, although these do not support implementations which use Terraform modules, so customers making use of modules need to migrate manually. Please make use of `terraform plan` to test your changes before applying, and let us know if you encounter any additional issues by reporting to our [GitHub repository](https://github.com/cloudflare/terraform-provider-cloudflare).
52+
53+
### For more info
54+
55+
- [Terraform provider](https://registry.terraform.io/providers/cloudflare/cloudflare/latest/docs)
56+
- [Documentation on using Terraform with Cloudflare](/terraform/)

0 commit comments

Comments
 (0)