-
Notifications
You must be signed in to change notification settings - Fork 10k
Add changelog for v5.5.0 Terraform provider release #22603
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 2 commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
e76b04c
Add changelog for Terraform v5.5.0 release
musa-cf 5c34891
Add contents for v5.5.0 Terraform provider changelog
musa-cf 83e77f7
Update src/content/changelog/fundamentals/2025-05-19-terraform-v5.5.0…
musa-cf 0e80095
Update src/content/changelog/fundamentals/2025-05-19-terraform-v5.5.0…
musa-cf 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
44 changes: 44 additions & 0 deletions
44
src/content/changelog/fundamentals/2025-05-19-terraform-v5.5.0-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,44 @@ | ||
| --- | ||
| title: Terraform v5.5.0 now available | ||
| description: Terraform v5.5.0 fixes a number of known bugs in the v5 Provider | ||
| products: | ||
| - fundamentals | ||
| date: 2025-05-19 | ||
| --- | ||
|
|
||
| Earlier this year, we announced the launch of the new [Terraform v5 Provider](/changelog/2025-02-03-terraform-v5-provider/). Unlike the earlier Terraform providers, v5 is automatically generated based on the OpenAPI Schemas for our REST APIs. Since launch, we have seen an unexpectedly high number of [issues](https://github.com/cloudflare/terraform-provider-cloudflare) reported by customers. These issues currently impact about 15% of resources. We have been working diligently to address these issues across the company, and have released the v5.5.0 release which includes a number of bug fixes. Please keep an eye on this changelog for more information about upcoming releases. | ||
|
|
||
| ### Changes | ||
|
|
||
| - Broad fixes across resources with recurring diffs, including, but not limited to: | ||
| - `cloudflare_zero_trust_gateway_policy` | ||
| - `cloudflare_zero_trust_access_application` | ||
| - `cloudflare_zero_trust_tunnel_cloudflared_route` | ||
| - `cloudflare_zone_setting` | ||
| - `cloudflare_ruleset` | ||
| - `cloudflare_page_rule` | ||
| - Zone settings can be re-applied without client errors | ||
| - Page rules conversion errors are fixed | ||
| - Failure to apply changes to `cloudflare_zero_trust_tunnel_cloudflared_route` | ||
| - 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.5.0) in GitHub. | ||
|
|
||
| ### Issues Closed | ||
| - [#5304: Importing cloudflare_zero_trust_gateway_policy invalid attribute filter value](https://github.com/cloudflare/terraform-provider-cloudflare/issues/5304) | ||
| - [#5303: cloudflare_page_rule import does not set values for all of the fields in terraform state](https://github.com/cloudflare/terraform-provider-cloudflare/issues/5303) | ||
| - [#5178: cloudflare_page_rule Page rule creation with redirect fails](https://github.com/cloudflare/terraform-provider-cloudflare/issues/5178) | ||
| - [#5336: cloudflare_turnstile_wwidget not able to udpate](https://github.com/cloudflare/terraform-provider-cloudflare/issues/5336) | ||
| - [#5418: cloudflare_cloud_connector_rules: Provider returned invalid result object after apply](https://github.com/cloudflare/terraform-provider-cloudflare/issues/5418) | ||
| - [#5423: cloudflare_zone_setting: "Invalid value for zone setting always_use_https"](https://github.com/cloudflare/terraform-provider-cloudflare/issues/5423) | ||
|
|
||
| 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 | ||
|
|
||
| If you are evaluating a move from v4 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 either by reporting to our [GitHub repository](https://github.com/cloudflare/terraform-provider-cloudflare), or by opening a [support ticket](https://www.support.cloudflare.com/s/?language=en_US). | ||
|
|
||
| ### For more info | ||
|
|
||
| - [Terraform provider](https://registry.terraform.io/providers/cloudflare/cloudflare/latest/docs) | ||
| - [Documentation on using Terraform with Cloudflare](https://developers.cloudflare.com/terraform/) | ||
musa-cf marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
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.