Skip to content
This repository has been archived by the owner on Oct 10, 2022. It is now read-only.

Commit

Permalink
Merge pull request #12 from hashicorp/fix-readme
Browse files Browse the repository at this point in the history
fix readme
  • Loading branch information
cotarg authored Jun 30, 2020
2 parents 4461b7c + 94ba72c commit 0495248
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ provider "random" {
}
module "consul_cluster" {
source = "https://github.com/hashicorp/terraform-aws-consul-oss.git"
source = "github.com/hashicorp/terraform-aws-consul-oss.git"
vpc_id = "<your VPC id>"
owner = "<owner name/tag>"
Expand Down Expand Up @@ -51,7 +51,7 @@ provider "random" {
}
module "consul_cluster" {
source = "https://github.com/hashicorp/terraform-aws-consul-oss.git?ref=v0.1.0"
source = "github.com/hashicorp/terraform-aws-consul-oss.git?ref=v0.1.0"
vpc_id = "<your VPC id>"
owner = "<owner name/tag>"
Expand Down

0 comments on commit 0495248

Please sign in to comment.