-
Notifications
You must be signed in to change notification settings - Fork 759
Open
Labels
kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.version/5Categorizes issue or PR as related to version 5 of the provider.Categorizes issue or PR as related to version 5 of the provider.
Description
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/ALink 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
lra, i4rilu, rahdjoudj, fholzer and yan12125
Metadata
Metadata
Assignees
Labels
kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.version/5Categorizes issue or PR as related to version 5 of the provider.Categorizes issue or PR as related to version 5 of the provider.