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 a5ebd8f commit 0da7697Copy full SHA for 0da7697
examples/complete/main.tf
@@ -17,7 +17,7 @@ locals {
17
}
18
19
module "redis" {
20
- source = "../../"
+ source = "squareops/elasticache-redis/aws"
21
name = local.name
22
family = local.family
23
node_type = local.node_type
0 commit comments