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 069a99b commit 2a4fb15Copy full SHA for 2a4fb15
modules/resource_provisioner/locals.tf
@@ -5,7 +5,7 @@ locals {
5
remote_terraform_path = format("%s/terraform-ibm-hpc", local.deployer_path)
6
# da_hpc_repo_url = "github.ibm.com/workload-eng-services/HPCaaS.git"
7
da_hpc_repo_url = "github.com/terraform-ibm-modules/terraform-ibm-hpc.git"
8
- da_hpc_repo_tag = "main" ###### change it to main in future
+ da_hpc_repo_tag = "21-oct-main-backup" ###### change it to main in future
9
remote_ansible_path = format("%s/ibm-spectrumscale-cloud-deploy", local.deployer_path)
10
scale_cloud_infra_repo_url = "https://github.com/jayeshh123/ibm-spectrum-scale-install-infra"
11
scale_cloud_infra_repo_name = "ibm-spectrum-scale-install-infra"
0 commit comments