Skip to content

Commit

Permalink
updated source path in example main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
devops0706 committed Apr 22, 2024
1 parent f8f940e commit 1af9d83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/complete/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ module "vpc" {
}

module "redis" {
source = "../.."
source = "squareops/elasticache-redis/aws"
name = local.name
family = local.family
node_type = local.node_type
Expand Down

0 comments on commit 1af9d83

Please sign in to comment.