Skip to content

Commit 250135e

Browse files
Update repo reference in main.tf
1 parent b82e6d3 commit 250135e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/complate/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ locals {
99
}
1010

1111
module "argocd" {
12-
source = "squareops/argocd/kubernetes.git"
12+
source = "squareops/argocd/kubernetes"
1313
argocd_config = {
14-
hostname = "argocd.org.in"
14+
hostname = "argocd.prod.in"
1515
values_yaml = file("./helm/values.yaml")
1616
redis_ha_enabled = true
1717
autoscaling_enabled = true

0 commit comments

Comments
 (0)