Skip to content

cloudflare_zone_setting missing setting to enable Universal SSL (5.x breaking change) #5721

@nslusher-sf

Description

@nslusher-sf

Confirmation

  • This is a bug with an existing resource and is not a feature request or enhancement. Feature requests should be submitted with Cloudflare Support or your account team.
  • I have searched the issue tracker and my issue isn't already found.
  • I have replicated my issue using the latest version of the provider and it is still present.

Terraform and Cloudflare provider version

Terraform v1.5.7
on darwin_arm64

Cloudflare provider 5.5.0

Affected resource(s)

cloudflare_zone_setting

Terraform configuration files

N/A

Link to debug output

N/A

Panic output

No response

Expected output

N/A

Actual output

N/A

Steps to reproduce

In the 4.x provider you could enable Universal SSL on a zone like this:

resource "cloudflare_zone_settings_override" "this" {
  zone_id = cloudflare_zone.this.id

  settings {
    universal_ssl    = "on"
  }
}

In the 5.x provider this setting appears to be missing from the new cloudflare_zone_setting resource. Has this setting been removed? If so, can the documentation be updated and list this as a breaking change?

Additional factoids

No response

References

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/bugCategorizes issue or PR as related to a bug.version/5Categorizes issue or PR as related to version 5 of the provider.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions