Dario Zanzico

Results 6 comments of Dario Zanzico

Hi, I was having the same problem, but after some debugging I found the problem is not with this provider. Running the terraform command with `OS_DEBUG=1 TF_LOG=DEBUG` I found that...

I've submitted #55 which gives `BaseClient` the ability to failover between endpoints

this fixes the `auto retry between endpoint` part of #25

This still needs works on the `stateful.` classes

@Revolution1 Thank you for the references! The constructor can still be called as before, the only change is that the the arguments needs to be named (```[Aio]Client(host='127.0.0.1', port=2379)```); calling it...

I'm gonna reenable certificate validation if needed: I'll need to regenerate the certificates. I reworked the wrapper/endpoints logic. Now: - `baseclient.baseurl` refers to `self.current_endpoint` - `self.current_endpoint` is initially set to...