I am currently writing a custom terraform provider for etcd and would like to interact with the ETcd API, but i am yet to see any endpoint(Base url or otherwise) to interact with.
Please can someone point me to a resource or direct me on how to go about this.
Etcd is using RPC and you can use official Go etcd client for v3 to interact with it.