always marshal CustomHostnameSSL.Wildcard into api request body payload#604
Conversation
|
I think we may need a similar approach to #595 whereby we use a boolean pointer and explicitly set the value when it is expected. IIRC, this puts tools like Terraform in a bad position to handle changes as is. As this is breaking change (and we've just cut 0.14 which was also breaking) we will need to wait for another breaking release to handle this one. |
05ac28a to
6bacf8b
Compare
Updated for a |
|
Thanks for this @nicktate. I suspect this will be going out in our next release as 0.15. |
Description
When the
CustomHostnameSSLfield is converted to a json payload for the http request body, theWildcardvalue is stripped when set tofalse.Has your change been tested?
truetofalsewith my branch and the update succeededgo test .Types of changes
What sort of change does your code introduce/modify?
Checklist: