You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 25, 2023. It is now read-only.
description="Add a tag with key var.cluster_tag_key and this value to each Instance in the ASG. This can be used to automatically find other Consul nodes and form a cluster."
The examples and variable description for the ASG tag leads one to believe that the nomad-cluster module uses the cloud auto-join strategy to form a Nomad cluster, but really it uses the Consul strategy to form clusters.
I think the misleading information was copied from the consul-cluster module.
The cluster_tag_key and cluster_tag_value variables are not special - they're just a tag as referenced in #8
The text was updated successfully, but these errors were encountered:
gilday
added a commit
to gilday/terraform-aws-nomad
that referenced
this issue
Mar 17, 2021
terraform-aws-nomad/modules/nomad-cluster/variables.tf
Line 93 in bf3ee5f
The examples and variable description for the ASG tag leads one to believe that the
nomad-cluster
module uses the cloud auto-join strategy to form a Nomad cluster, but really it uses the Consul strategy to form clusters.I think the misleading information was copied from the consul-cluster module.
The
cluster_tag_key
andcluster_tag_value
variables are not special - they're just a tag as referenced in #8The text was updated successfully, but these errors were encountered: