File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
modules/pi-sap-system-type1 Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -32,10 +32,10 @@ The Power Virtual Server for SAP module automates the following tasks:
3232| <a name =" module_ansible_pi_netweaver_secondary_instances_sapmnt_mount " ></a > [ ansible\_ pi\_ netweaver\_ secondary\_ instances\_ sapmnt\_ mount] ( #module\_ ansible\_ pi\_ netweaver\_ secondary\_ instances\_ sapmnt\_ mount ) | ../ansible | n/a |
3333| <a name =" module_ansible_sap_instance_init " ></a > [ ansible\_ sap\_ instance\_ init] ( #module\_ ansible\_ sap\_ instance\_ init ) | ../ansible | n/a |
3434| <a name =" module_configure_scc_wp_agent " ></a > [ configure\_ scc\_ wp\_ agent] ( #module\_ configure\_ scc\_ wp\_ agent ) | ../ansible | n/a |
35- | <a name =" module_pi_hana_instance " ></a > [ pi\_ hana\_ instance] ( #module\_ pi\_ hana\_ instance ) | terraform-ibm-modules/powervs-instance/ibm | 2.6.1 |
35+ | <a name =" module_pi_hana_instance " ></a > [ pi\_ hana\_ instance] ( #module\_ pi\_ hana\_ instance ) | terraform-ibm-modules/powervs-instance/ibm | 2.6.2 |
3636| <a name =" module_pi_hana_storage_calculation " ></a > [ pi\_ hana\_ storage\_ calculation] ( #module\_ pi\_ hana\_ storage\_ calculation ) | ../pi-hana-storage-config | n/a |
37- | <a name =" module_pi_netweaver_primary_instance " ></a > [ pi\_ netweaver\_ primary\_ instance] ( #module\_ pi\_ netweaver\_ primary\_ instance ) | terraform-ibm-modules/powervs-instance/ibm | 2.6.1 |
38- | <a name =" module_pi_netweaver_secondary_instances " ></a > [ pi\_ netweaver\_ secondary\_ instances] ( #module\_ pi\_ netweaver\_ secondary\_ instances ) | terraform-ibm-modules/powervs-instance/ibm | 2.6.1 |
37+ | <a name =" module_pi_netweaver_primary_instance " ></a > [ pi\_ netweaver\_ primary\_ instance] ( #module\_ pi\_ netweaver\_ primary\_ instance ) | terraform-ibm-modules/powervs-instance/ibm | 2.6.2 |
38+ | <a name =" module_pi_netweaver_secondary_instances " ></a > [ pi\_ netweaver\_ secondary\_ instances] ( #module\_ pi\_ netweaver\_ secondary\_ instances ) | terraform-ibm-modules/powervs-instance/ibm | 2.6.2 |
3939
4040### Resources
4141
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ module "pi_hana_storage_calculation" {
4040
4141module "pi_hana_instance" {
4242 source = " terraform-ibm-modules/powervs-instance/ibm"
43- version = " 2.6.1 "
43+ version = " 2.6.2 "
4444
4545 pi_workspace_guid = var. pi_workspace_guid
4646 pi_instance_name = local. pi_hana_instance_name
@@ -84,7 +84,7 @@ resource "time_sleep" "wait_1_min" {
8484
8585module "pi_netweaver_primary_instance" {
8686 source = " terraform-ibm-modules/powervs-instance/ibm"
87- version = " 2.6.1 "
87+ version = " 2.6.2 "
8888 count = var. pi_netweaver_instance . instance_count > 0 ? 1 : 0
8989 depends_on = [time_sleep . wait_1_min ]
9090
@@ -132,7 +132,7 @@ module "ansible_pi_netweaver_primary_instance_exportfs" {
132132
133133module "pi_netweaver_secondary_instances" {
134134 source = " terraform-ibm-modules/powervs-instance/ibm"
135- version = " 2.6.1 "
135+ version = " 2.6.2 "
136136 count = var. pi_netweaver_instance . instance_count > 1 ? var. pi_netweaver_instance . instance_count - 1 : 0
137137 depends_on = [time_sleep . wait_1_min ]
138138
You can’t perform that action at this time.
0 commit comments