For Workers & Pages, what is the name of the domain?
ex-os.net
What is the issue or error you’re encountering
I can’t figure out where to configure universal ssl with the new v5 version of the Terraform Cloudflare provider. It use to be part of the cloudflare_zone_settings_override in v4 but that is not the case in v5.
Hi @mark.sieczkowski
cloudflare_zone_settings_override
has been “replaced” with cloudflare_zone_setting
on v5:
Hope it helps.
The issue is universal_ssl is not configurable via cloudflare_zone_setting
that was the first thing I tried. When I dug into it, I found it made sense because the universal_ssl setting is a different API endpoint from the other settings.