Skip to content

Commit

Permalink
fix: update input var
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-freeman committed Jan 31, 2024
1 parent 68b0c45 commit 1bf36d3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion sap_s4hana_distributed_install/aws_ec2_instance/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,6 @@ module "run_ansible_sap_s4hana_distributed_install_maintplan" {

module_var_sap_software_download_directory = var.sap_software_download_directory

module_var_terraform_host_specification_storage_definition = var.map_host_specifications[var.host_specification_plan][join(", ", each.value.*.output_host_name)]["storage_definition"]
module_var_terraform_host_specification_storage_definition_all_hosts = var.map_host_specifications[var.host_specification_plan]

}
2 changes: 1 addition & 1 deletion sap_s4hana_distributed_install/gcp_ce_vm/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,6 @@ module "run_ansible_sap_s4hana_distributed_install_maintplan" {

module_var_sap_software_download_directory = var.sap_software_download_directory

module_var_terraform_host_specification_storage_definition = var.map_host_specifications[var.host_specification_plan][join(", ", each.value.*.output_host_name)]["storage_definition"]
module_var_terraform_host_specification_storage_definition_all_hosts = var.map_host_specifications[var.host_specification_plan]

}
2 changes: 1 addition & 1 deletion sap_s4hana_distributed_install/ibmcloud_vs/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,6 @@ module "run_ansible_sap_s4hana_distributed_install_maintplan" {

module_var_sap_software_download_directory = var.sap_software_download_directory

module_var_terraform_host_specification_storage_definition = var.map_host_specifications[var.host_specification_plan][join(", ", each.value.*.output_host_name)]["storage_definition"]
module_var_terraform_host_specification_storage_definition_all_hosts = var.map_host_specifications[var.host_specification_plan]

}
2 changes: 1 addition & 1 deletion sap_s4hana_distributed_install/msazure_vm/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,6 @@ module "run_ansible_sap_s4hana_distributed_install_maintplan" {

module_var_sap_software_download_directory = var.sap_software_download_directory

module_var_terraform_host_specification_storage_definition = var.map_host_specifications[var.host_specification_plan][join(", ", each.value.*.output_host_name)]["storage_definition"]
module_var_terraform_host_specification_storage_definition_all_hosts = var.map_host_specifications[var.host_specification_plan]

}

0 comments on commit 1bf36d3

Please sign in to comment.