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.
The version of "consul_module_version" is being pinned to a branch named "v0.3.1."
Shouldn't this be the latest version of the module? Why pin to a very old version?
If I remove the pin and use master instead, I get this error (Amazon Linux 2):
Starting cloud-init: Cloud-init v. 0.7.6 running 'modules:final' at Tue, 20 Aug 2019 20:00:05 +0000. Up 33.87 seconds.
user-data: 2019-08-20 20:00:05 [ERROR] [run-consul] The binary 'systemctl' is required by this script but is not installed or in the system's PATH.
What is the correct version to use and what should I use for consul_version?
The text was updated successfully, but these errors were encountered:
It's pinned for precisely the reason you mentioned: to avoid picking up breaking changes accidentally! We want to test each new version, make sure it works, and only update after tests have passed. That said, we should probably bump the version number more often, as that is indeed quite far behind.
In file:
https://github.com/hashicorp/terraform-aws-nomad/blob/master/examples/nomad-consul-ami/nomad-consul-docker.json
The version of "consul_module_version" is being pinned to a branch named "v0.3.1."
Shouldn't this be the latest version of the module? Why pin to a very old version?
If I remove the pin and use master instead, I get this error (Amazon Linux 2):
What is the correct version to use and what should I use for consul_version?
The text was updated successfully, but these errors were encountered: