We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f17db3 commit 1d1139cCopy full SHA for 1d1139c
examples/open/readme.md
@@ -8,7 +8,7 @@ provider "aws" {
8
}
9
10
module "elasticache_redis" {
11
- source = "github.com/turnerlabs/terraform-aws-elasticache-redis"
+ source = "github.com/turnerlabs/terraform-aws-elasticache-redis?ref=v1.0"
12
13
vpc_id = "vpc-d070efb3"
14
private_subnet_ids = "subnet-020d8b59,subnet-13f50b64"
readme.md
@@ -6,7 +6,7 @@ A Terraform module that represents an AWS ElastiCache Redis cluster. Note that
6
7
```terraform
vpc_id = "vpc-20f74844"
private_subnet_ids = "subnet-4a887f3c,subnet-76dae35d"
0 commit comments