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 118fa1c commit a7a2f90Copy full SHA for a7a2f90
solutions/ibm-catalog/sap-s4hana-bw4hana/main.tf
@@ -177,7 +177,7 @@ module "ansible_sap_install_hana" {
177
178
source = "../../../modules/ansible"
179
depends_on = [module.ibmcloud_cos_download_hana_binaries, module.sap_system]
180
- count = local.powervs_network_services_config.nfs.enable ? 1 : 0
+
181
bastion_host_ip = module.standard.access_host_or_ip
182
ansible_host_or_ip = module.standard.ansible_host_or_ip
183
ssh_private_key = var.ssh_private_key
0 commit comments