We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 728e1f4 + 925018f commit dfb90caCopy full SHA for dfb90ca
main.tf
@@ -14,7 +14,7 @@ data aws_eks_cluster_auth cluster {
14
}
15
16
module network {
17
- source = "git::https://github.com/provectus/swiss-army-kube.git//modules/network?ref=master"
+ source = "git::https://github.com/provectus/swiss-army-kube.git//modules/network?ref=feature/argocd"
18
availability_zones = var.availability_zones
19
environment = var.environment
20
project = var.project
0 commit comments