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
Currently during a provision if the client encounters an http issue or returns an error we return err and won't update our state. I discovered this while debugging an issue with AddNIC ( TritonDataCenter/sdc-cloudapi#32 )
I believe the correct behaviour here is to not error out and let the TTL expire if we never reach our desired state. I believe this is currently 10 minutes.
Currently during a provision if the client encounters an http issue or returns an error we return err and won't update our state. I discovered this while debugging an issue with AddNIC ( TritonDataCenter/sdc-cloudapi#32 )
I believe the correct behaviour here is to not error out and let the TTL expire if we never reach our desired state. I believe this is currently 10 minutes.
https://github.com/terraform-providers/terraform-provider-triton/blob/master/triton/resource_machine.go#L556
The text was updated successfully, but these errors were encountered: