Skip to content

Commit c68207a

Browse files
updated repo references
1 parent 9077d7e commit c68207a

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
@@ -10,7 +10,7 @@ locals {
1010
}
1111

1212
module "redis" {
13-
source = "squareops/redis/kubernetes.git"
13+
source = "squareops/redis/kubernetes"
1414
redis_config = {
1515
name = local.name
1616
values_yaml = file("./helm/values.yaml")

0 commit comments

Comments
 (0)