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 a7a2f90 commit 57b5c4bCopy full SHA for 57b5c4b
solutions/ibm-catalog/sap-s4hana-bw4hana/main.tf
@@ -230,7 +230,6 @@ module "ansible_sap_install_solution" {
230
231
source = "../../../modules/ansible"
232
depends_on = [module.ibmcloud_cos_download_netweaver_binaries, module.ansible_sap_install_hana]
233
- count = local.powervs_network_services_config.nfs.enable ? 1 : 0
234
235
bastion_host_ip = module.standard.access_host_or_ip
236
ansible_host_or_ip = module.standard.ansible_host_or_ip
0 commit comments