Search code examples
terraformterraform-provider-awsetcd

Interracting with Remote Etcd API


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.


Solution

  • Etcd is using RPC and you can use official Go etcd client for v3 to interact with it.