This is a terraform code for deploying an etcd cluster with 3 nodes.
- Clone the repo
git clone git@github.com:siansiansu/terraform-etcd.git
- Preview the changes
terraform plan -var-file=service/stage.tfvars
- Apply the changes
terraform apply -var-file=service/stage.tfvars
@siansiansu minsiansu@gmail.com