-
Notifications
You must be signed in to change notification settings - Fork 626
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adds universal_ssl to cloudflare_zone_settings_override
#658
Conversation
Thanks for taking the time to put this one together! I’m on the fence as to whether this should be it’s own resource or whether it should be an option on |
That'd be fine I guess. I'm just concerned as this would be the first setting in zone overrides not using |
Sounds pretty reasonable. I don’t mind too much about it being the only one as it is portrayed as a zone setting so the association for the end user is still in tact. |
…master' into cehrig/universal_ssl
@jacobbednarz I would appreciate if you could double check the approach. Since most of the implementation builds on top of |
This seems like a good approach Are you able to add some test coverage? |
Sure. I've added to the existing test
|
cloudflare_zone_settings_override
Thanks for this @cehrig 👏 |
…dding Support for LoadBalancer load shedding
This is a new resource
cloudflare_universal_ssl
talking tozones/:zone_identifier/ssl/universal/settings
viaclient.UniversalSSLSettingDetails
andclient.EditUniversalSSLSetting
.It would have fit into the zone settings override resource but since USSL works on a different API I decided to create a new resource.
Usage
The resource supports importing.
Test Case: