diff --git a/modules/resource_provisioner/locals.tf b/modules/resource_provisioner/locals.tf index ac8e6aa9..c7a75cc5 100644 --- a/modules/resource_provisioner/locals.tf +++ b/modules/resource_provisioner/locals.tf @@ -4,7 +4,7 @@ locals { deployer_path = "/opt/ibm" remote_terraform_path = format("%s/terraform-ibm-hpc", local.deployer_path) da_hpc_repo_url = "github.com/terraform-ibm-modules/terraform-ibm-hpc.git" - da_hpc_repo_tag = "lsf-da-20-june" ###### change it to main in future + da_hpc_repo_tag = "main" remote_ansible_path = format("%s/ibm-spectrumscale-cloud-deploy", local.deployer_path) scale_cloud_infra_repo_url = "https://github.com/jayeshh123/ibm-spectrum-scale-install-infra" scale_cloud_infra_repo_name = "ibm-spectrum-scale-install-infra"