We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09b392c commit 927a37eCopy full SHA for 927a37e
terraform/stages/stage2-argocd.tf
@@ -1,5 +1,5 @@
1
module "dev_tools_argocd_release" {
2
- source = "github.com/ibm-garage-cloud/garage-terraform-modules.git//generic/tools/argocd_release?ref=v2.0.13"
+ source = "github.com/ibm-garage-cloud/garage-terraform-modules.git//generic/tools/argocd_release?ref=v2.0.17"
3
4
cluster_ingress_hostname = "${module.dev_cluster.ingress_hostname}"
5
cluster_config_file = "${module.dev_cluster.config_file_path}"
0 commit comments