Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Upgrades - Nomad v1.0.2 #87

Merged
merged 44 commits into from
Jan 17, 2021
Merged

Conversation

MatthiasScholz
Copy link
Owner

@MatthiasScholz MatthiasScholz commented Dec 15, 2020

Solves #85, #83, #77, #62.

@MatthiasScholz MatthiasScholz added the enhancement New feature or request label Dec 15, 2020
@MatthiasScholz MatthiasScholz changed the title Version Upgrades - Nomad v1.0.0 Version Upgrades - Nomad v1.0.2 Jan 14, 2021
# These variables are passed in via Terraform template interpolation
/opt/consul/bin/run-consul --server --cluster-tag-key "${cluster_tag_key}" --cluster-tag-value "${cluster_tag_value}"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [shellcheck] reported by reviewdog 🐶
cluster_tag_key is referenced but not assigned. SC2154

# These variables are passed in via Terraform template interpolation
/opt/consul/bin/run-consul --server --cluster-tag-key "${cluster_tag_key}" --cluster-tag-value "${cluster_tag_value}"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [shellcheck] reported by reviewdog 🐶
cluster_tag_value is referenced but not assigned. SC2154

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants