issues
search
hashicorp
/
terraform-aws-consul-ecs
Consul Service Mesh on AWS ECS (Elastic Container Service)
https://www.consul.io/docs/ecs
Mozilla Public License 2.0
52
stars
30
forks
source link
Support Multiple Consul Nodes with `retry_join`
#59
Closed
erichaberkorn
closed
3 years ago
erichaberkorn
commented
3 years ago
Changes proposed in this PR:
modules/mesh-task: The
retry_join
variable was updated to take a list of members rather than a single member. This is a breaking change.
How I've tested this PR:
I tried these changes out with
a "standard" tier deployment
and confirmed that the tests pass. A standard tier deployment runs on three nodes.
How I expect reviewers to test this PR:
👀
Checklist:
[ ] Tests added - Not needed
[x] CHANGELOG entry added
Changes proposed in this PR:
retry_join
variable was updated to take a list of members rather than a single member. This is a breaking change.How I've tested this PR:
How I expect reviewers to test this PR:
👀
Checklist: