Open oxtoacart opened 3 months ago
When the resource is deleted, the provider calls the API with an empty tsclient.DeviceKey{}, which results in KeyExpiryDisabled being set to false on the server.
tsclient.DeviceKey{}
KeyExpiryDisabled
It's not clear that this is the behavior we want when deleting device key resources.
When the resource is deleted, the provider calls the API with an empty
tsclient.DeviceKey{}
, which results inKeyExpiryDisabled
being set to false on the server.It's not clear that this is the behavior we want when deleting device key resources.