File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed
Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ The end-to-end solution automates the following tasks:
5959
6060| Name | Source | Version |
6161| ------| --------| ---------|
62- | <a name =" module_fullstack " ></a > [ fullstack] ( #module\_ fullstack ) | terraform-ibm-modules/powervs-infrastructure/ibm//modules/powervs-vpc-landing-zone | 5.0.1 |
62+ | <a name =" module_fullstack " ></a > [ fullstack] ( #module\_ fullstack ) | terraform-ibm-modules/powervs-infrastructure/ibm//modules/powervs-vpc-landing-zone | 5.1.2 |
6363| <a name =" module_sap_system " ></a > [ sap\_ system] ( #module\_ sap\_ system ) | ../../modules/pi-sap-system-type1 | n/a |
6464
6565### Resources
Original file line number Diff line number Diff line change 77
88module "fullstack" {
99 source = " terraform-ibm-modules/powervs-infrastructure/ibm//modules/powervs-vpc-landing-zone"
10- version = " 5.0.1 "
10+ version = " 5.1.2 "
1111
12- providers = { ibm.ibm-is = ibm.ibm- is, ibm.ibm-pi = ibm.ibm- pi }
12+ providers = { ibm.ibm-is = ibm.ibm- is, ibm.ibm-pi = ibm.ibm- pi, ibm.ibm-sm = ibm.ibm - sm }
1313
1414 powervs_zone = var. powervs_zone
1515 prefix = var. prefix
Original file line number Diff line number Diff line change @@ -60,3 +60,10 @@ provider "ibm" {
6060 zone = var. powervs_zone
6161 ibmcloud_api_key = var. ibmcloud_api_key != null ? var. ibmcloud_api_key : null
6262}
63+
64+ provider "ibm" {
65+ alias = " ibm-sm"
66+ region = lookup (local. ibm_powervs_zone_cloud_region_map , var. powervs_zone , null )
67+ zone = var. powervs_zone
68+ ibmcloud_api_key = var. ibmcloud_api_key != null ? var. ibmcloud_api_key : null
69+ }
You can’t perform that action at this time.
0 commit comments