We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2f936d commit b35517dCopy full SHA for b35517d
readme.md
@@ -6,7 +6,7 @@ A Terraform module to create an Amazon Web Services (AWS) Redis ElastiCache clus
6
7
```terraform
8
module "elasticache_redis" {
9
- source = "github.com/jritsema/terraform-aws-elasticache-redis"
+ source = "github.com/turnerlabs/terraform-aws-elasticache-redis"
10
11
vpc_id = "vpc-20f74844"
12
private_subnet_ids = "subnet-4a887f3c,subnet-76dae35d"
0 commit comments