You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to set the percent_enabled of my sigsci_edge_deployment_service to a value of 0, the value is not persisted in my Fastly VCL. Other valid values are correctly persisted within the VCL.
I have confirmed with TF_LOG=debug that the value of "percent_enabled": 0 is included in the HTTP body being sent to the API.
I believe the issue to be that a value of 0 is considered to be "empty" and empty values are omitted here, but have not confirmed
The text was updated successfully, but these errors were encountered:
When trying to set the
percent_enabled
of mysigsci_edge_deployment_service
to a value of 0, the value is not persisted in my Fastly VCL. Other valid values are correctly persisted within the VCL.I have confirmed with
TF_LOG=debug
that the value of"percent_enabled": 0
is included in the HTTP body being sent to the API.I believe the issue to be that a value of 0 is considered to be "empty" and empty values are omitted here, but have not confirmed
The text was updated successfully, but these errors were encountered: