Skip to content

Commit

Permalink
fix: remove more var
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-freeman committed Jan 30, 2024
1 parent 6f0aacc commit 8f1cc20
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 9 deletions.
2 changes: 0 additions & 2 deletions sap_bw4hana_single_node_install/ibmcloud_powervs/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -294,8 +294,6 @@ module "run_host_provision_module" {

module_var_storage_definition = [ for storage_item in var.map_host_specifications[var.host_specification_plan][each.key]["storage_definition"] : storage_item if contains(keys(storage_item),"disk_size") && try(storage_item.swap_path,"") == "" ]

module_var_disable_ip_anti_spoofing = false

}


Expand Down
1 change: 0 additions & 1 deletion sap_ecc_hana_single_node_install/ibmcloud_powervs/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,6 @@ module "run_host_provision_module" {

module_var_storage_definition = [ for storage_item in var.map_host_specifications[var.host_specification_plan][each.key]["storage_definition"] : storage_item if contains(keys(storage_item),"disk_size") && try(storage_item.swap_path,"") == "" ]

module_var_disable_ip_anti_spoofing = false

}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,6 @@ module "run_host_provision_module" {

module_var_storage_definition = [ for storage_item in var.map_host_specifications[var.host_specification_plan][each.key]["storage_definition"] : storage_item if contains(keys(storage_item),"disk_size") && try(storage_item.swap_path,"") == "" ]

module_var_disable_ip_anti_spoofing = false

}

Expand Down
1 change: 0 additions & 1 deletion sap_hana_single_node_install/ibmcloud_powervs/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,6 @@ module "run_host_provision_module" {

module_var_storage_definition = [ for storage_item in var.map_host_specifications[var.host_specification_plan][each.key]["storage_definition"] : storage_item if contains(keys(storage_item),"disk_size") && try(storage_item.swap_path,"") == "" ]

module_var_disable_ip_anti_spoofing = false

}

Expand Down
1 change: 0 additions & 1 deletion sap_nwas_abap_hana_install/ibmcloud_powervs/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,6 @@ module "run_host_provision_module" {

module_var_storage_definition = [ for storage_item in var.map_host_specifications[var.host_specification_plan][each.key]["storage_definition"] : storage_item if contains(keys(storage_item),"disk_size") && try(storage_item.swap_path,"") == "" ]

module_var_disable_ip_anti_spoofing = false

}

Expand Down
1 change: 0 additions & 1 deletion sap_s4hana_single_node_install/ibmcloud_powervs/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,6 @@ module "run_host_provision_module" {

module_var_storage_definition = [ for storage_item in var.map_host_specifications[var.host_specification_plan][each.key]["storage_definition"] : storage_item if contains(keys(storage_item),"disk_size") && try(storage_item.swap_path,"") == "" ]

module_var_disable_ip_anti_spoofing = false

}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,6 @@ module "run_host_provision_module" {

module_var_storage_definition = [ for storage_item in var.map_host_specifications[var.host_specification_plan][each.key]["storage_definition"] : storage_item if contains(keys(storage_item),"disk_size") && try(storage_item.swap_path,"") == "" ]

module_var_disable_ip_anti_spoofing = false

}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,6 @@ module "run_host_provision_module" {

module_var_storage_definition = [ for storage_item in var.map_host_specifications[var.host_specification_plan][each.key]["storage_definition"] : storage_item if contains(keys(storage_item),"disk_size") && try(storage_item.swap_path,"") == "" ]

module_var_disable_ip_anti_spoofing = false

}

Expand Down

0 comments on commit 8f1cc20

Please sign in to comment.