From 7d5ed4f6f8037f38137b8c0a9d375f2187e994b4 Mon Sep 17 00:00:00 2001 From: Katie D'Angelo Date: Fri, 11 Jul 2025 16:20:15 -0400 Subject: [PATCH 1/8] Create 2025-07-11-terraform-v5.7.0-provider.mdx Shell for 5.7 --- .../fundamentals/2025-07-11-terraform-v5.7.0-provider.mdx | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/content/changelog/fundamentals/2025-07-11-terraform-v5.7.0-provider.mdx diff --git a/src/content/changelog/fundamentals/2025-07-11-terraform-v5.7.0-provider.mdx b/src/content/changelog/fundamentals/2025-07-11-terraform-v5.7.0-provider.mdx new file mode 100644 index 000000000000000..8b137891791fe96 --- /dev/null +++ b/src/content/changelog/fundamentals/2025-07-11-terraform-v5.7.0-provider.mdx @@ -0,0 +1 @@ + From 3964b73482530d56affbe40d436fc6b78768cd71 Mon Sep 17 00:00:00 2001 From: Katie D'Angelo Date: Fri, 11 Jul 2025 16:33:43 -0400 Subject: [PATCH 2/8] Update 2025-07-11-terraform-v5.7.0-provider.mdx rewrote intro --- .../2025-07-11-terraform-v5.7.0-provider.mdx | 62 +++++++++++++++++++ 1 file changed, 62 insertions(+) diff --git a/src/content/changelog/fundamentals/2025-07-11-terraform-v5.7.0-provider.mdx b/src/content/changelog/fundamentals/2025-07-11-terraform-v5.7.0-provider.mdx index 8b137891791fe96..94cc925320a6618 100644 --- a/src/content/changelog/fundamentals/2025-07-11-terraform-v5.7.0-provider.mdx +++ b/src/content/changelog/fundamentals/2025-07-11-terraform-v5.7.0-provider.mdx @@ -1 +1,63 @@ +--- +title: Terraform v5.7.0 now available +description: Terraform v5.7.0 fixes a number of known bugs in the v5 Provider +products: + - fundamentals +date: 2025-07-11 +--- +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, with **% of resources impacted. We have committed to releasing improvements on a 2-3 week cadeance to ensure it's stability and relability, including the v5.7 release. + +Thank you for continuing to raise issues and 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_access_identity_provider` + - `cloudflare_zone` +- `cloudflare_page_rules` runtime panic when setting `cache_level` to `cache_ttl_by_status` +- Failure to serialize requests in `cloudflare_zero_trust_tunnel_cloudflared_config` +- Undocumented field 'priority' on `zone_lockdown` resource +- Missing importability for `cloudflare_zero_trust_device_default_profile_local_domain_fallback` and `cloudflare_account_subscription` +- New resources: + - `cloudflare_schema_validation_operation_settings` + - `cloudflare_schema_validation_schemas` + - `cloudflare_schema_validation_settings` + - `cloudflare_zero_trust_device_settings` +- 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.7.0) in GitHub. + +### Issues Closed +- [#5098: 500 Server Error on updating 'zero_trust_tunnel_cloudflared_virtual_network' Terraform resource](https://github.com/cloudflare/terraform-provider-cloudflare/issues/5098) +- [#5148: cloudflare_user_agent_blocking_rule doesn’t actually support user agents](https://github.com/cloudflare/terraform-provider-cloudflare/issues/5148) +- [#5472: cloudflare_zone showing changes in plan after following upgrade steps](https://github.com/cloudflare/terraform-provider-cloudflare/issues/5472) +- [#5508: cloudflare_zero_trust_tunnel_cloudflared_config failed to serialize http request](https://github.com/cloudflare/terraform-provider-cloudflare/issues/5508) +- [#5509: cloudflare_zone: Problematic Terraform behaviour with paused zones](https://github.com/cloudflare/terraform-provider-cloudflare/issues/5509) +- [#5520: Resource 'cloudflare_magic_wan_static_route' is not working](https://github.com/cloudflare/terraform-provider-cloudflare/issues/5520) +- [#5524: Optional fields cause crash in cloudflare_zero_trust_tunnel_cloudflared(s) when left null](https://github.com/cloudflare/terraform-provider-cloudflare/issues/5524) +- [#5526: Provider v5 migration issue: no import method for cloudflare_zero_trust_device_default_profile_local_domain_fallback](https://github.com/cloudflare/terraform-provider-cloudflare/issues/5526) +- [#5532: cloudflare_zero_trust_access_identity_provider detects changes on every plan](https://github.com/cloudflare/terraform-provider-cloudflare/issues/5532) +- [#5561: cloudflare_zero_trust_tunnel_cloudflared: cannot rotate tunnel secret](https://github.com/cloudflare/terraform-provider-cloudflare/issues/5561) +- [#5569: cloudflare_zero_trust_device_custom_profile_local_domain_fallback not allowing multiple DNS Server entries](https://github.com/cloudflare/terraform-provider-cloudflare/issues/5569) +- [#5577: Panic modifying page_rule resource](https://github.com/cloudflare/terraform-provider-cloudflare/issues/5577) +- [#5653: cloudflare_zone_setting resource schema confusion in 5.5.0: value vs enabled](https://github.com/cloudflare/terraform-provider-cloudflare/issues/5653) + +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 by reporting to our +[GitHub repository](https://github.com/cloudflare/terraform-provider-cloudflare). + +### For more info + +- [Terraform provider](https://registry.terraform.io/providers/cloudflare/cloudflare/latest/docs) +- [Documentation on using Terraform with Cloudflare](/terraform/) From 813575a9c5ecb571dc1bcf54eb5cdc8996c6cd39 Mon Sep 17 00:00:00 2001 From: Katie D'Angelo Date: Fri, 11 Jul 2025 17:11:32 -0400 Subject: [PATCH 3/8] Update 2025-07-11-terraform-v5.7.0-provider.mdx % of resources effected adde --- .../fundamentals/2025-07-11-terraform-v5.7.0-provider.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/changelog/fundamentals/2025-07-11-terraform-v5.7.0-provider.mdx b/src/content/changelog/fundamentals/2025-07-11-terraform-v5.7.0-provider.mdx index 94cc925320a6618..a02cd0071eeab16 100644 --- a/src/content/changelog/fundamentals/2025-07-11-terraform-v5.7.0-provider.mdx +++ b/src/content/changelog/fundamentals/2025-07-11-terraform-v5.7.0-provider.mdx @@ -6,7 +6,7 @@ products: date: 2025-07-11 --- -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, with **% of resources impacted. We have committed to releasing improvements on a 2-3 week cadeance to ensure it's stability and relability, including the v5.7 release. +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, with 13.5% of resources impacted. We have committed to releasing improvements on a 2-3 week cadeance to ensure it's stability and relability, including the v5.7 release. Thank you for continuing to raise issues and please keep an eye on this changelog for more information about upcoming releases. From 50c51f2b1b7218ae593470e95ea51d2f1a9681ae Mon Sep 17 00:00:00 2001 From: Katie D'Angelo Date: Wed, 20 Aug 2025 12:17:41 -0400 Subject: [PATCH 4/8] Update 2025-07-11-terraform-v5.7.0-provider.mdx 5.7.0 changelog --- .../2025-07-11-terraform-v5.7.0-provider.mdx | 47 ++++++++----------- 1 file changed, 19 insertions(+), 28 deletions(-) diff --git a/src/content/changelog/fundamentals/2025-07-11-terraform-v5.7.0-provider.mdx b/src/content/changelog/fundamentals/2025-07-11-terraform-v5.7.0-provider.mdx index a02cd0071eeab16..82cbfef620f669e 100644 --- a/src/content/changelog/fundamentals/2025-07-11-terraform-v5.7.0-provider.mdx +++ b/src/content/changelog/fundamentals/2025-07-11-terraform-v5.7.0-provider.mdx @@ -3,46 +3,35 @@ title: Terraform v5.7.0 now available description: Terraform v5.7.0 fixes a number of known bugs in the v5 Provider products: - fundamentals -date: 2025-07-11 +date: 2025-07-14 --- -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, with 13.5% of resources impacted. We have committed to releasing improvements on a 2-3 week cadeance to ensure it's stability and relability, including the v5.7 release. +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, with 13.5% of resources impacted. We have committed to releasing improvements on a 2 week cadeance to ensure it's stability and relability, including the v5.7 release. Thank you for continuing to raise issues and 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_access_identity_provider` - - `cloudflare_zone` -- `cloudflare_page_rules` runtime panic when setting `cache_level` to `cache_ttl_by_status` -- Failure to serialize requests in `cloudflare_zero_trust_tunnel_cloudflared_config` -- Undocumented field 'priority' on `zone_lockdown` resource -- Missing importability for `cloudflare_zero_trust_device_default_profile_local_domain_fallback` and `cloudflare_account_subscription` -- New resources: - - `cloudflare_schema_validation_operation_settings` - - `cloudflare_schema_validation_schemas` - - `cloudflare_schema_validation_settings` - - `cloudflare_zero_trust_device_settings` +- Addressed permanent diff bug on Cloudflare Tunnel config +- State is now saved correctly for Zero Trust Access applications +- Exact match is now working as expected within `data.cloudflare_zero_trust_access_applications` +- `cloudflare_zero_trust_access_policy` now supports OIDC claims & diff issues resolved +- Self hosted applications with private IPs no longer require a public domain for `cloudflare_zero_trust_access_application`. +- New resource: + - `cloudflare_zero_trust_tunnel_warp_connector` - 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.7.0) in GitHub. ### Issues Closed -- [#5098: 500 Server Error on updating 'zero_trust_tunnel_cloudflared_virtual_network' Terraform resource](https://github.com/cloudflare/terraform-provider-cloudflare/issues/5098) -- [#5148: cloudflare_user_agent_blocking_rule doesn’t actually support user agents](https://github.com/cloudflare/terraform-provider-cloudflare/issues/5148) -- [#5472: cloudflare_zone showing changes in plan after following upgrade steps](https://github.com/cloudflare/terraform-provider-cloudflare/issues/5472) -- [#5508: cloudflare_zero_trust_tunnel_cloudflared_config failed to serialize http request](https://github.com/cloudflare/terraform-provider-cloudflare/issues/5508) -- [#5509: cloudflare_zone: Problematic Terraform behaviour with paused zones](https://github.com/cloudflare/terraform-provider-cloudflare/issues/5509) -- [#5520: Resource 'cloudflare_magic_wan_static_route' is not working](https://github.com/cloudflare/terraform-provider-cloudflare/issues/5520) -- [#5524: Optional fields cause crash in cloudflare_zero_trust_tunnel_cloudflared(s) when left null](https://github.com/cloudflare/terraform-provider-cloudflare/issues/5524) -- [#5526: Provider v5 migration issue: no import method for cloudflare_zero_trust_device_default_profile_local_domain_fallback](https://github.com/cloudflare/terraform-provider-cloudflare/issues/5526) +- [#5563: cloudflare_logpull_retention is missing import](https://github.com/cloudflare/terraform-provider-cloudflare/issues/5563) +- [#5608: cloudflare_zero_trust_access_policy in 5.5.0 provider gives error upon apply unexpected new value: .app_count: was cty.NumberIntVal(0), but now cty.NumberIntVal(1)](https://github.com/cloudflare/terraform-provider-cloudflare/issues/5608) +- [#5612: data.cloudflare_zero_trust_access_applications does not exact match](https://github.com/cloudflare/terraform-provider-cloudflare/issues/5612) - [#5532: cloudflare_zero_trust_access_identity_provider detects changes on every plan](https://github.com/cloudflare/terraform-provider-cloudflare/issues/5532) -- [#5561: cloudflare_zero_trust_tunnel_cloudflared: cannot rotate tunnel secret](https://github.com/cloudflare/terraform-provider-cloudflare/issues/5561) -- [#5569: cloudflare_zero_trust_device_custom_profile_local_domain_fallback not allowing multiple DNS Server entries](https://github.com/cloudflare/terraform-provider-cloudflare/issues/5569) -- [#5577: Panic modifying page_rule resource](https://github.com/cloudflare/terraform-provider-cloudflare/issues/5577) -- [#5653: cloudflare_zone_setting resource schema confusion in 5.5.0: value vs enabled](https://github.com/cloudflare/terraform-provider-cloudflare/issues/5653) +- [#5662: cloudflare_zero_trust_access_policy does not support OIDC claims](https://github.com/cloudflare/terraform-provider-cloudflare/issues/5662) +- [#5565: Running Terraform with the cloudflare_zero_trust_access_policy resource results in updates on every apply, even when no changes are made - breaks idempotency](https://github.com/cloudflare/terraform-provider-cloudflare/issues/5565) +- [#5529: cloudflare_zero_trust_access_application: self hosted applications with private ips require public domain ](https://github.com/cloudflare/terraform-provider-cloudflare/issues/5529) + 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 @@ -50,7 +39,9 @@ exist for what you are experiencing. ### Upgrading -If you are evaluating a move from v4 to v5, please make use of the +We suggest holding on migration to v5 while we work on stablization of the v5 provider. This will ensure Cloudflare can work ahead and avoid any blocking issues. + +If you'd like more information on migrating from v5 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 From 7ab7ccd2d0c08daa7d8251eb4f2bed5f32f6c03d Mon Sep 17 00:00:00 2001 From: Katie D'Angelo Date: Wed, 20 Aug 2025 12:38:21 -0400 Subject: [PATCH 5/8] Update src/content/changelog/fundamentals/2025-07-11-terraform-v5.7.0-provider.mdx Co-authored-by: Justin Hutchings --- .../fundamentals/2025-07-11-terraform-v5.7.0-provider.mdx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/content/changelog/fundamentals/2025-07-11-terraform-v5.7.0-provider.mdx b/src/content/changelog/fundamentals/2025-07-11-terraform-v5.7.0-provider.mdx index 82cbfef620f669e..ed86d86e5a3aff0 100644 --- a/src/content/changelog/fundamentals/2025-07-11-terraform-v5.7.0-provider.mdx +++ b/src/content/changelog/fundamentals/2025-07-11-terraform-v5.7.0-provider.mdx @@ -33,9 +33,7 @@ For a more detailed look at all of the changes, see the - [#5529: cloudflare_zero_trust_access_application: self hosted applications with private ips require public domain ](https://github.com/cloudflare/terraform-provider-cloudflare/issues/5529) -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. +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 From 3b9996891bdcc542dac9cddd5df0053830acb491 Mon Sep 17 00:00:00 2001 From: Katie D'Angelo Date: Wed, 20 Aug 2025 12:38:34 -0400 Subject: [PATCH 6/8] Update src/content/changelog/fundamentals/2025-07-11-terraform-v5.7.0-provider.mdx Co-authored-by: Justin Hutchings --- .../fundamentals/2025-07-11-terraform-v5.7.0-provider.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/changelog/fundamentals/2025-07-11-terraform-v5.7.0-provider.mdx b/src/content/changelog/fundamentals/2025-07-11-terraform-v5.7.0-provider.mdx index ed86d86e5a3aff0..8f5975650d56efa 100644 --- a/src/content/changelog/fundamentals/2025-07-11-terraform-v5.7.0-provider.mdx +++ b/src/content/changelog/fundamentals/2025-07-11-terraform-v5.7.0-provider.mdx @@ -39,7 +39,7 @@ If you have an unaddressed issue with the provider, we encourage you to check th We suggest holding on migration to v5 while we work on stablization of the v5 provider. This will ensure Cloudflare can work ahead and avoid any blocking issues. -If you'd like more information on migrating from v5 to v5, please make use of the +If you'd like more information on migrating 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 From 8501aa46a3fa6ae82049ed352bc82b08fb58c703 Mon Sep 17 00:00:00 2001 From: Katie D'Angelo Date: Wed, 20 Aug 2025 15:59:52 -0400 Subject: [PATCH 7/8] Create 2025-08-01-terraform-v5.8.2-provider.mdx v5.8.2 rchangelog --- .../2025-08-01-terraform-v5.8.2-provider.mdx | 55 +++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 src/content/changelog/fundamentals/2025-08-01-terraform-v5.8.2-provider.mdx diff --git a/src/content/changelog/fundamentals/2025-08-01-terraform-v5.8.2-provider.mdx b/src/content/changelog/fundamentals/2025-08-01-terraform-v5.8.2-provider.mdx new file mode 100644 index 000000000000000..8cedc2d6592b91e --- /dev/null +++ b/src/content/changelog/fundamentals/2025-08-01-terraform-v5.8.2-provider.mdx @@ -0,0 +1,55 @@ +--- +title: Terraform v5.8.2 now available +description: Terraform v5.8.2 stablizes a number of resources and known issues +products: + - fundamentals +date: 2025-08-01 +--- + +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. + +Thank you for continuing to raise issues. We triage them weekly and they help make our products stronger. + +### Changes +- Resources stablized: + - `cloudflare_custom_pages` + - `cloudflare_page_rule` + - `cloudflare_dns_record` + - `cloudflare_argo_tiered_caching` +- Addressed chronic drift issues in `cloudflare_logpush_job`, `cloudflare_zero_trust_dns_location`, `cloudflare_ruleset` & `cloudflare_api_token` +- `cloudflare_zone_subscripton` returns expected values `rate_plan.id` from former versions +- `cloudflare_workers_script` can now successfully be destroyed with bindings & migration for Durable Objects now recorded in tfstate +- Ability to configure `add_headers` under `cloudflare_zero_trust_gateway_policy` +- 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.2) in GitHub. + +### Issues Closed +- [#5666: cloudflare_ruleset example lists id which is a read-only field](https://github.com/cloudflare/terraform-provider-cloudflare/issues/5666) +- [#5578: cloudflare_logpush_job plan always suggests changes](https://github.com/cloudflare/terraform-provider-cloudflare/issues/5578) +- [#5552: 5.4.0: Since provider update, existing cloudflare_list_item would be recreated "created" state](https://github.com/cloudflare/terraform-provider-cloudflare/issues/5552) +- [#5670: cloudflare_zone_subscription: uses wrong ID field in Read/Update](https://github.com/cloudflare/terraform-provider-cloudflare/issues/5670) +- [#5548: cloudflare_api_token resource always shows changes (drift)](https://github.com/cloudflare/terraform-provider-cloudflare/issues/5548) +- [#5634: cloudflare_workers_script with bindings fails to be destroyed](https://github.com/cloudflare/terraform-provider-cloudflare/issues/5634) +- [#5616: cloudflare_workers_script Unable to deploy worker assets](https://github.com/cloudflare/terraform-provider-cloudflare/issues/5616) +- [#5331: cloudflare_workers_script 500 internal server error when uploading python](https://github.com/cloudflare/terraform-provider-cloudflare/issues/5331) +- [#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) +- [#5704: cloudflare_workers_script randomly fails to deploy when changing compatibility_date](https://github.com/cloudflare/terraform-provider-cloudflare/issues/5704) +- [#5439: cloudflare_workers_script (v5.2.0) ignoring content and bindings properties](https://github.com/cloudflare/terraform-provider-cloudflare/issues/5439) +- [#5522: cloudflare_workers_script always detects changes after apply](https://github.com/cloudflare/terraform-provider-cloudflare/issues/5522) +- [#5693: cloudflare_zero_trust_access_identity_provider gives recurring change on OTP pin login](https://github.com/cloudflare/terraform-provider-cloudflare/issues/5693) +- [#5567: cloudflare_r2_custom_domain doesn't roundtrip jurisdiction properly](https://github.com/cloudflare/terraform-provider-cloudflare/issues/5567) +- [#5179: Bad request with when creating cloudflare_api_shield_schema resource](https://github.com/cloudflare/terraform-provider-cloudflare/issues/5179) + +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 from v5 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). + +### For more info + +- [Terraform provider](https://registry.terraform.io/providers/cloudflare/cloudflare/latest/docs) +- [Documentation on using Terraform with Cloudflare](/terraform/) From 9ce8c901b76acaf6cdfb5a356843466d3359aaf3 Mon Sep 17 00:00:00 2001 From: Katie D'Angelo Date: Wed, 3 Sep 2025 11:07:26 -0400 Subject: [PATCH 8/8] Update src/content/changelog/fundamentals/2025-08-01-terraform-v5.8.2-provider.mdx Co-authored-by: Arunesh --- .../fundamentals/2025-08-01-terraform-v5.8.2-provider.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/changelog/fundamentals/2025-08-01-terraform-v5.8.2-provider.mdx b/src/content/changelog/fundamentals/2025-08-01-terraform-v5.8.2-provider.mdx index 8cedc2d6592b91e..ce1b878b1da5cd2 100644 --- a/src/content/changelog/fundamentals/2025-08-01-terraform-v5.8.2-provider.mdx +++ b/src/content/changelog/fundamentals/2025-08-01-terraform-v5.8.2-provider.mdx @@ -47,7 +47,7 @@ If you have an unaddressed issue with the provider, we encourage you to check th 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 from v5 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). +If you'd like more information on migrating 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 by reporting to our [GitHub repository](https://github.com/cloudflare/terraform-provider-cloudflare). ### For more info