File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ provider "aws" {
88}
99
1010module "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"
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ A Terraform module that represents an AWS ElastiCache Redis cluster. Note that
66
77``` terraform
88module "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"
You can’t perform that action at this time.
0 commit comments