hashicorp / terraform-aws-consul

A Terraform Module for how to run Consul on AWS using Terraform and Packer
Apache License 2.0
401 stars 488 forks source link

Raft protocol version 3 by default #17

Open kostyrev opened 7 years ago

kostyrev commented 7 years ago

why isn't version 3 enabled in config?

josh-padnick commented 7 years ago

This is a valid issue and should be addressed. A good example how to resolve this is https://github.com/hashicorp/terraform-google-consul/blob/master/modules/run-consul/run-consul#L192. Since we don't have the bandwidth to work on this right now and it's a pretty simple change, PRs are welcome!