File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
solutions/sap-ready-to-go/module Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -24,10 +24,10 @@ The Power Virtual Server for SAP module automates the following tasks:
2424| <a name =" module_ansible_sap_instance_init " ></a > [ ansible\_ sap\_ instance\_ init] ( #module\_ ansible\_ sap\_ instance\_ init ) | ../../../modules/ansible_sap_instance_init | n/a |
2525| <a name =" module_powervs_attach_sap_network " ></a > [ powervs\_ attach\_ sap\_ network] ( #module\_ powervs\_ attach\_ sap\_ network ) | ../../../modules/powervs_attach_private_network | n/a |
2626| <a name =" module_powervs_create_sap_network " ></a > [ powervs\_ create\_ sap\_ network] ( #module\_ powervs\_ create\_ sap\_ network ) | ../../../modules/powervs_create_private_network | n/a |
27- | <a name =" module_powervs_hana_instance " ></a > [ powervs\_ hana\_ instance] ( #module\_ powervs\_ hana\_ instance ) | git::https://github.com/terraform-ibm-modules/terraform-ibm-powervs-instance.git | v0.3.1 |
27+ | <a name =" module_powervs_hana_instance " ></a > [ powervs\_ hana\_ instance] ( #module\_ powervs\_ hana\_ instance ) | git::https://github.com/terraform-ibm-modules/terraform-ibm-powervs-instance.git | v0.3.2 |
2828| <a name =" module_powervs_hana_storage_calculation " ></a > [ powervs\_ hana\_ storage\_ calculation] ( #module\_ powervs\_ hana\_ storage\_ calculation ) | ../../../modules/powervs_hana_storage_config | n/a |
29- | <a name =" module_powervs_netweaver_instance " ></a > [ powervs\_ netweaver\_ instance] ( #module\_ powervs\_ netweaver\_ instance ) | git::https://github.com/terraform-ibm-modules/terraform-ibm-powervs-instance.git | v0.3.1 |
30- | <a name =" module_powervs_sharefs_instance " ></a > [ powervs\_ sharefs\_ instance] ( #module\_ powervs\_ sharefs\_ instance ) | git::https://github.com/terraform-ibm-modules/terraform-ibm-powervs-instance.git | v0.3.1 |
29+ | <a name =" module_powervs_netweaver_instance " ></a > [ powervs\_ netweaver\_ instance] ( #module\_ powervs\_ netweaver\_ instance ) | git::https://github.com/terraform-ibm-modules/terraform-ibm-powervs-instance.git | v0.3.2 |
30+ | <a name =" module_powervs_sharefs_instance " ></a > [ powervs\_ sharefs\_ instance] ( #module\_ powervs\_ sharefs\_ instance ) | git::https://github.com/terraform-ibm-modules/terraform-ibm-powervs-instance.git | v0.3.2 |
3131| <a name =" module_sharefs_instance_init " ></a > [ sharefs\_ instance\_ init] ( #module\_ sharefs\_ instance\_ init ) | ./submodule/sharefs_instance_init | n/a |
3232
3333### Resources
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ locals {
9999}
100100
101101module "powervs_sharefs_instance" {
102- source = " git::https://github.com/terraform-ibm-modules/terraform-ibm-powervs-instance.git?ref=v0.3.1 "
102+ source = " git::https://github.com/terraform-ibm-modules/terraform-ibm-powervs-instance.git?ref=v0.3.2 "
103103 depends_on = [module . powervs_attach_sap_network ]
104104 count = var. powervs_create_separate_fs_share ? 1 : 0
105105
@@ -151,7 +151,7 @@ module "powervs_hana_storage_calculation" {
151151}
152152
153153module "powervs_hana_instance" {
154- source = " git::https://github.com/terraform-ibm-modules/terraform-ibm-powervs-instance.git?ref=v0.3.1 "
154+ source = " git::https://github.com/terraform-ibm-modules/terraform-ibm-powervs-instance.git?ref=v0.3.2 "
155155 depends_on = [module . powervs_attach_sap_network ]
156156
157157 pi_zone = var. powervs_zone
@@ -187,7 +187,7 @@ locals {
187187}
188188
189189module "powervs_netweaver_instance" {
190- source = " git::https://github.com/terraform-ibm-modules/terraform-ibm-powervs-instance.git?ref=v0.3.1 "
190+ source = " git::https://github.com/terraform-ibm-modules/terraform-ibm-powervs-instance.git?ref=v0.3.2 "
191191 depends_on = [module . powervs_attach_sap_network , module . sharefs_instance_init ]
192192 count = var. powervs_netweaver_instance_count
193193
You can’t perform that action at this time.
0 commit comments