Skip to content

Commit a7a2f90

Browse files
Update solutions/ibm-catalog/sap-s4hana-bw4hana/main.tf
Co-authored-by: Suraj Bharadwaj <[email protected]>
1 parent 118fa1c commit a7a2f90

File tree

1 file changed

+1
-1
lines changed
  • solutions/ibm-catalog/sap-s4hana-bw4hana

1 file changed

+1
-1
lines changed

solutions/ibm-catalog/sap-s4hana-bw4hana/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ module "ansible_sap_install_hana" {
177177

178178
source = "../../../modules/ansible"
179179
depends_on = [module.ibmcloud_cos_download_hana_binaries, module.sap_system]
180-
count = local.powervs_network_services_config.nfs.enable ? 1 : 0
180+
181181
bastion_host_ip = module.standard.access_host_or_ip
182182
ansible_host_or_ip = module.standard.ansible_host_or_ip
183183
ssh_private_key = var.ssh_private_key

0 commit comments

Comments
 (0)