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

Commit

Permalink
Merge pull request #22 from ryanking/patch-1
Browse files Browse the repository at this point in the history
update examples to latest release
  • Loading branch information
brikis98 authored Nov 2, 2017
2 parents d386f77 + 44084d4 commit 632fde8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/consul-cluster/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ code by adding a `module` configuration and setting its `source` parameter to UR
```hcl
module "consul_cluster" {
# TODO: update this to the final URL
# Use version v0.0.1 of the consul-cluster module
source = "github.com/hashicorp/terraform-aws-consul//modules/consul-cluster?ref=v0.0.1"
# Use version v0.0.5 of the consul-cluster module
source = "github.com/hashicorp/terraform-aws-consul//modules/consul-cluster?ref=v0.0.5"
# Specify the ID of the Consul AMI. You should build this using the scripts in the install-consul module.
ami_id = "ami-abcd1234"
Expand Down Expand Up @@ -134,7 +134,7 @@ For example, imagine you deployed a Consul cluster in `us-east-1` as follows:

```hcl
module "consul_cluster" {
source = "github.com/hashicorp/terraform-aws-consul//modules/consul-cluster?ref=v0.0.1"
source = "github.com/hashicorp/terraform-aws-consul//modules/consul-cluster?ref=v0.0.5"
# Add this tag to each node in the cluster
cluster_tag_key = "consul-cluster"
Expand Down

0 comments on commit 632fde8

Please sign in to comment.