Skip to content
Cloudflare Docs

Changelog

New updates and improvements at Cloudflare.

Subscribe to RSS
View all RSS feeds

hero image

Terraform v5.6.0 now available

Earlier this year, we announced the launch of the new 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 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.6.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_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 in GitHub.

Issues Closed

If you have an unaddressed issue with the provider, we encourage you to check the open 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. 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.

For more info