-
Notifications
You must be signed in to change notification settings - Fork 10k
Create 2025-08-15-terraform-v5.8.4-provider.mdx #24572
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 3 commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
9e19045
Create 2025-08-15-terraform-v5.8.4-provider.mdx
KaydeeDee c923f12
Update src/content/changelog/fundamentals/2025-08-15-terraform-v5.8.4…
KaydeeDee 55579d1
Update 2025-08-15-terraform-v5.8.4-provider.mdx
KaydeeDee 94a9e23
Update src/content/changelog/fundamentals/2025-08-15-terraform-v5.8.4…
KaydeeDee 3a27d58
Update src/content/changelog/fundamentals/2025-08-15-terraform-v5.8.4…
KaydeeDee 0c71334
Update src/content/changelog/fundamentals/2025-08-15-terraform-v5.8.4…
KaydeeDee File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
58 changes: 58 additions & 0 deletions
58
src/content/changelog/fundamentals/2025-08-15-terraform-v5.8.4-provider.mdx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,58 @@ | ||
| --- | ||
| title: Terraform v5.8.4 now available | ||
| description: Terraform v5.8.4 stablizes a number of resources and known issues | ||
| products: | ||
| - fundamentals | ||
| date: 2025-08-15 | ||
| --- | ||
|
|
||
| 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 number 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 cadence to ensure stability and reliability. | ||
|
|
||
| One key change we adopted in recent weeks is a pivot to more comprehensive, test-driven development. We are still evaluating individual issues, but are also investing in much deeper testing to drive our stabilization efforts. We will subsequently be investing in comprehensive migration scripts. As a result, you will see several of the highest traffic APIs have been stabilized in the most recent release, and are supported by comprehensive acceptance tests. | ||
|
|
||
| Thank you for continuing to raise issues. We triage them weekly and they help make our products stronger. | ||
|
|
||
| ### Changes | ||
KaydeeDee marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| - Resources stabilized: | ||
| - `cloudflare_argo_smart_routing` | ||
| - `cloudflare_bot_management` | ||
| - `cloudflare_list` | ||
| - `cloudflare_list_item` | ||
| - `cloudflare_load_balancer` | ||
| - `cloudflare_load_balancer_monitor` | ||
| - `cloudflare_load_balancer_pool` | ||
| - `cloudflare_spectrum_application` | ||
| - `cloudflare_managed_transforms` | ||
| - `cloudflare_url_normalization_settings` | ||
| - `cloudflare_snippet` | ||
| - `cloudflare_snippet_rules` | ||
| - `cloudflare_zero_trust_access_application` | ||
| - `cloudflare_zero_trust_access_group` | ||
| - `cloudflare_zero_trust_access_identity_provider` | ||
| - `cloudflare_zero_trust_access_mtls_certificate` | ||
| - `cloudflare_zero_trust_access_mtls_hostname_settings` | ||
| - `cloudflare_zero_trust_access_policy` | ||
| - `cloudflare_zone` | ||
| - Multipart handling restored for `cloudflare_snippet` | ||
| - `cloudflare_bot_management` diff issues resolves when running `terraform plan` and `terraform apply` | ||
| - Other bug fixes | ||
|
|
||
| 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. | ||
KaydeeDee marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| ### Issues Closed | ||
| - [#5017: 'Uncaught Error: No such module' using cloudflare_snippets](https://github.com/cloudflare/terraform-provider-cloudflare/issues/5017) | ||
| - [#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) | ||
| - [#5640: cloudflare_argo_smart_routing importing doesn't read the actual value](https://github.com/cloudflare/terraform-provider-cloudflare/issues/5640) | ||
|
|
||
| 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. | ||
|
|
||
| ### Upgrading | ||
|
|
||
| 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. | ||
|
|
||
| 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). | ||
KaydeeDee marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| ### For more info | ||
|
|
||
| - [Terraform provider](https://registry.terraform.io/providers/cloudflare/cloudflare/latest/docs) | ||
| - [Documentation on using Terraform with Cloudflare](/terraform/) | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.