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
Due to marshal/unmarshal support lacking in Go 1[1], we were previously
sending nanosecond values to the API instead of the required seconds.
This would have resulted in higher than usual timeout durations (10
seconds would have been sent as 1000000000 seconds since it duration
unmarshals to nanoseconds).
Updates all the instances of time duration handling in
`cloudflare_tunnel_config` resource to use the newly introduced
`TunnelDuration` to ensure we correctly setting the units.
[1]: golang/go#10275
0 commit comments