github cloudflare/terraform-provider-cloudflare v4.0.0-rc2

latest releases: v4.33.0, v4.32.0, v4.31.0...
15 months ago

Warning Release candidates may contain bugs and backwards incompatible state modifications. You should not use it in production you are clear on the ramifications and have a clear backup plan in the event of breakages.

For production usage, the 3.x release is recommended using the ~> 3 provider version selector.

We are working on releasing the next major version of the Cloudflare Terraform Provider and want your help!

If you have suitable workloads and would like to test out the next release before everyone else, you can opt-in by updating your provider version to explicitly match one of the release candidate versions (~>, > or >= will not work). See the releases page for available versions.

terraform {
  required_providers {
    cloudflare = {
      source  = "cloudflare/cloudflare"
      version = "4.0.0-rc2"
    }
  }
}

Be sure to check out the version 4 upgrade guide and make any modifications. If you hit bugs, please open a new issue.

  • resource/cloudflare_spectrum_application: edge_ip_connectivity is now nested under edge_ips as connectivity (#2219)
  • resource/cloudflare_spectrum_application: edge_ips.type is now a required field (#2219)
  • resource/cloudflare_spectrum_application: edge_ips now contains nested attributes other than IP ranges. type and connectivity have been added. edge_ips.ips contains the static IP addresses that used to reside at edge_ips. (#2219)

Don't miss a new terraform-provider-cloudflare release

NewReleases is sending notifications on new releases.