Skip to content

Commit dfb90ca

Browse files
author
Dmitriy Kharlamov
authored
Merge pull request #26 from provectus/kubeflow-1.3
fix network module source
2 parents 728e1f4 + 925018f commit dfb90ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ data aws_eks_cluster_auth cluster {
1414
}
1515

1616
module network {
17-
source = "git::https://github.com/provectus/swiss-army-kube.git//modules/network?ref=master"
17+
source = "git::https://github.com/provectus/swiss-army-kube.git//modules/network?ref=feature/argocd"
1818
availability_zones = var.availability_zones
1919
environment = var.environment
2020
project = var.project

0 commit comments

Comments
 (0)