Skip to content
This repository was archived by the owner on Jan 25, 2023. It is now read-only.

Remove dead repo link and change descriptions that referred to Vault … - #5

Open
blaisep wants to merge 1 commit into
hashicorp:masterfrom
blaisep:bugfix/examples
Open

Remove dead repo link and change descriptions that referred to Vault …#5
blaisep wants to merge 1 commit into
hashicorp:masterfrom
blaisep:bugfix/examples

Conversation

@blaisep

@blaisep blaisep commented Mar 25, 2018

Copy link
Copy Markdown

…instead of Nomad (to reduce confusion).

Changes to be committed:
modified: examples/nomad-consul-separate-cluster/main.tf
modified: examples/nomad-consul-separate-cluster/variables.tf
modified: variables.tf

…instead of Nomad (to reduce confusion).

Changes to be committed:
modified:   examples/nomad-consul-separate-cluster/main.tf
modified:   examples/nomad-consul-separate-cluster/variables.tf
modified:   variables.tf
@blaisep

blaisep commented Mar 25, 2018

Copy link
Copy Markdown
Author

@josh-padnick Here are some small corrections to make things run more smoothly for noobs (like me).

@josh-padnick josh-padnick left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Thank you for this PR! One simple change and then we're ready to merge.


module "consul_cluster" {
source = "git::git@github.com:gruntwork-io/terraform-google-consul.git//modules/consul-cluster?ref=v0.0.2"
source = "git::git@github.com:hashicorp/terraform-google-consul.git/modules/consul-cluster"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

It's very important that we include a ?ref=vX.Y.Z here. Otherwise, each invocation of this module will download what is then the latest commit to the master branch. As of today, the latest release of https://github.com/hashicorp/terraform-google-consul is v0.0.3, so can you update accordingly?

@hashicorp-cla

Copy link
Copy Markdown

CLA assistant check

Thank you for your submission! We require that all contributors sign our Contributor License Agreement ("CLA") before we can accept the contribution. Read and sign the agreement

Learn more about why HashiCorp requires a CLA and what the CLA includes

Have you signed the CLA already but the status is still pending? Recheck it.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants