Skip to content

Commit b35517d

Browse files
committed
updated readme
1 parent b2f936d commit b35517d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ A Terraform module to create an Amazon Web Services (AWS) Redis ElastiCache clus
66

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

0 commit comments

Comments
 (0)