Skip to content

Commit 1af9d83

Browse files
committed
updated source path in example main.tf
1 parent f8f940e commit 1af9d83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/complete/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ module "vpc" {
9696
}
9797

9898
module "redis" {
99-
source = "../.."
99+
source = "squareops/elasticache-redis/aws"
100100
name = local.name
101101
family = local.family
102102
node_type = local.node_type

0 commit comments

Comments
 (0)