Skip to content

Commit 1d1139c

Browse files
committed
added ?ref= to module sources
1 parent 2f17db3 commit 1d1139c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: examples/open/readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ provider "aws" {
88
}
99
1010
module "elasticache_redis" {
11-
source = "github.com/turnerlabs/terraform-aws-elasticache-redis"
11+
source = "github.com/turnerlabs/terraform-aws-elasticache-redis?ref=v1.0"
1212
1313
vpc_id = "vpc-d070efb3"
1414
private_subnet_ids = "subnet-020d8b59,subnet-13f50b64"

Diff for: readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ A Terraform module that represents an AWS ElastiCache Redis cluster. Note that
66

77
```terraform
88
module "elasticache_redis" {
9-
source = "github.com/turnerlabs/terraform-aws-elasticache-redis"
9+
source = "github.com/turnerlabs/terraform-aws-elasticache-redis?ref=v1.0"
1010
1111
vpc_id = "vpc-20f74844"
1212
private_subnet_ids = "subnet-4a887f3c,subnet-76dae35d"

0 commit comments

Comments
 (0)