Skip to content

Commit a745dd0

Browse files
feat: upgrade IBM provider version to 1.60.0 and infra version to v4.0.0 (#574)
1 parent 0072238 commit a745dd0

File tree

12 files changed

+58
-58
lines changed

12 files changed

+58
-58
lines changed

ibm_catalog.json

Lines changed: 40 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,16 @@
8181
"required": true,
8282
"options": [
8383
{
84-
"displayname": "London 04 (lon04)",
85-
"value": "lon04"
84+
"displayname": "Dallas (dallas)",
85+
"value": "us-south"
8686
},
8787
{
88-
"displayname": "London 06 (lon06)",
89-
"value": "lon06"
88+
"displayname": "Dallas 10 (dal10) PER",
89+
"value": "dal10"
90+
},
91+
{
92+
"displayname": "Dallas 12 (dal12)",
93+
"value": "dal12"
9094
},
9195
{
9296
"displayname": "Frankfurt 1 (eu-de-1)",
@@ -97,8 +101,12 @@
97101
"value": "eu-de-2"
98102
},
99103
{
100-
"displayname": "Toronto 01 (tor01)",
101-
"value": "tor01"
104+
"displayname": "London 04 (lon04)",
105+
"value": "lon04"
106+
},
107+
{
108+
"displayname": "London 06 (lon06)",
109+
"value": "lon06"
102110
},
103111
{
104112
"displayname": "Montreal 01 (mon01)",
@@ -109,8 +117,8 @@
109117
"value": "osa21"
110118
},
111119
{
112-
"displayname": "Tokyo 04 (tok04)",
113-
"value": "tok04"
120+
"displayname": "Sao Paulo 01 (sao01)",
121+
"value": "sao01"
114122
},
115123
{
116124
"displayname": "Sydney 04 (syd04)",
@@ -121,20 +129,12 @@
121129
"value": "syd05"
122130
},
123131
{
124-
"displayname": "Sao Paulo 01 (sao01)",
125-
"value": "sao01"
126-
},
127-
{
128-
"displayname": "Dallas (dallas)",
129-
"value": "us-south"
130-
},
131-
{
132-
"displayname": "Dallas 10 (dal10) PER",
133-
"value": "dal10"
132+
"displayname": "Tokyo 04 (tok04)",
133+
"value": "tok04"
134134
},
135135
{
136-
"displayname": "Dallas 12 (dal12)",
137-
"value": "dal12"
136+
"displayname": "Toronto 01 (tor01)",
137+
"value": "tor01"
138138
},
139139
{
140140
"displayname": "Washington DC (us-east)",
@@ -385,12 +385,16 @@
385385
"required": true,
386386
"options": [
387387
{
388-
"displayname": "London 04 (lon04)",
389-
"value": "lon04"
388+
"displayname": "Dallas (dallas)",
389+
"value": "us-south"
390390
},
391391
{
392-
"displayname": "London 06 (lon06)",
393-
"value": "lon06"
392+
"displayname": "Dallas 10 (dal10) PER",
393+
"value": "dal10"
394+
},
395+
{
396+
"displayname": "Dallas 12 (dal12)",
397+
"value": "dal12"
394398
},
395399
{
396400
"displayname": "Frankfurt 1 (eu-de-1)",
@@ -401,8 +405,12 @@
401405
"value": "eu-de-2"
402406
},
403407
{
404-
"displayname": "Toronto 01 (tor01)",
405-
"value": "tor01"
408+
"displayname": "London 04 (lon04)",
409+
"value": "lon04"
410+
},
411+
{
412+
"displayname": "London 06 (lon06)",
413+
"value": "lon06"
406414
},
407415
{
408416
"displayname": "Montreal 01 (mon01)",
@@ -413,8 +421,8 @@
413421
"value": "osa21"
414422
},
415423
{
416-
"displayname": "Tokyo 04 (tok04)",
417-
"value": "tok04"
424+
"displayname": "Sao Paulo 01 (sao01)",
425+
"value": "sao01"
418426
},
419427
{
420428
"displayname": "Sydney 04 (syd04)",
@@ -425,20 +433,12 @@
425433
"value": "syd05"
426434
},
427435
{
428-
"displayname": "Sao Paulo 01 (sao01)",
429-
"value": "sao01"
430-
},
431-
{
432-
"displayname": "Dallas (dallas)",
433-
"value": "us-south"
434-
},
435-
{
436-
"displayname": "Dallas 10 (dal10) PER",
437-
"value": "dal10"
436+
"displayname": "Tokyo 04 (tok04)",
437+
"value": "tok04"
438438
},
439439
{
440-
"displayname": "Dallas 12 (dal12)",
441-
"value": "dal12"
440+
"displayname": "Toronto 01 (tor01)",
441+
"value": "tor01"
442442
},
443443
{
444444
"displayname": "Washington DC (us-east)",

modules/pi-sap-system-type1/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The Power Virtual Server for SAP module automates the following tasks:
2424
| Name | Version |
2525
|------|---------|
2626
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.3 |
27-
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | >= 1.58.1 |
27+
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | >= 1.60.0 |
2828
| <a name="requirement_time"></a> [time](#requirement\_time) | >= 0.9.1 |
2929

3030
### Modules

modules/pi-sap-system-type1/version.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ terraform {
88
# tflint-ignore: terraform_unused_required_providers
99
ibm = {
1010
source = "IBM-Cloud/ibm"
11-
version = ">= 1.58.1"
11+
version = ">= 1.60.0"
1212
}
1313
time = {
1414
source = "hashicorp/time"

reference-architectures/sap-ready-to-go/deploy-arch-ibm-pvs-sap-ready-to-go.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ authors:
1212
- name: Arnold Beilmann
1313
- name: Suraj Bharadwaj
1414

15-
version: v1.4.0
15+
version: v1.5.0
1616

1717
# Whether the reference architecture is published to Cloud Docs production.
1818
# When set to false, the file is available only in staging. Default is false.
@@ -53,7 +53,7 @@ content-type: reference-architecture
5353
{: toc-industry="Technology"}
5454
{: toc-use-case="ITServiceManagement"}
5555
{: toc-compliance="SAPCertified"}
56-
{: toc-version="1.4.0"}
56+
{: toc-version="1.5.0"}
5757

5858
The SAP ready PowerVS variation of the Power Virtual Server for SAP HANA creates a basic and expandable SAP system landscape. The variation builds on the foundation of the VPC landing zone and Power Virtual Server with VPC landing zone. PowerVS instances for SAP HANA, SAP NetWeaver, and optionally for shared SAP files are deployed and preconfigured for SAP installation.
5959

reference-architectures/sap-s4hana-bw4hana/deploy-arch-ibm-pvs-sap-s4hana-bw4hana.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ authors:
1212
- name: Arnold Beilmann
1313
- name: Suraj Bharadwaj
1414

15-
version: v1.4.0
15+
version: v1.5.0
1616

1717
# Whether the reference architecture is published to Cloud Docs production.
1818
# When set to false, the file is available only in staging. Default is false.
@@ -53,7 +53,7 @@ content-type: reference-architecture
5353
{: toc-industry="Technology"}
5454
{: toc-use-case="ITServiceManagement"}
5555
{: toc-compliance="SAPCertified"}
56-
{: toc-version="1.4.0"}
56+
{: toc-version="1.5.0"}
5757

5858
'SAP S/4HANA or BW/4HANA' variation of 'Power Virtual Server for SAP HANA' creates a basic and expandable SAP system landscape builds on the foundation of 'Power Virtual Server with VPC landing zone'. PowerVS instances for SAP HANA, SAP NetWeaver, and optionally for shared SAP files are deployed and preconfigured for SAP installation. S/4HANA or BW/4HANA solution is installed based on selected version.
5959

solutions/e2e/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,14 @@ The end to end solution automates the following tasks:
5151
| Name | Version |
5252
|------|---------|
5353
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.3, < 1.6 |
54-
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | >=1.58.1 |
54+
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | >=1.60.0 |
5555
| <a name="requirement_time"></a> [time](#requirement\_time) | >= 0.9.1 |
5656

5757
### Modules
5858

5959
| Name | Source | Version |
6060
|------|--------|---------|
61-
| <a name="module_fullstack"></a> [fullstack](#module\_fullstack) | terraform-ibm-modules/powervs-infrastructure/ibm//modules/powervs-vpc-landing-zone | 3.1.0 |
61+
| <a name="module_fullstack"></a> [fullstack](#module\_fullstack) | terraform-ibm-modules/powervs-infrastructure/ibm//modules/powervs-vpc-landing-zone | 4.0.0 |
6262
| <a name="module_sap_system"></a> [sap\_system](#module\_sap\_system) | ../../modules/pi-sap-system-type1 | n/a |
6363

6464
### Resources

solutions/e2e/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
module "fullstack" {
99
source = "terraform-ibm-modules/powervs-infrastructure/ibm//modules/powervs-vpc-landing-zone"
10-
version = "3.2.0"
10+
version = "4.0.0"
1111

1212
providers = { ibm.ibm-is = ibm.ibm-is, ibm.ibm-pi = ibm.ibm-pi }
1313

solutions/e2e/version.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ terraform {
33
required_providers {
44
ibm = {
55
source = "IBM-Cloud/ibm"
6-
version = ">=1.58.1"
6+
version = ">=1.60.0"
77
}
88
time = {
99
source = "hashicorp/time"

solutions/ibm-catalog/sap-ready-to-go/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
| Name | Version |
4343
|------|---------|
4444
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.3, < 1.6 |
45-
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | =1.58.1 |
45+
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | =1.60.0 |
4646

4747
### Modules
4848

@@ -54,8 +54,8 @@
5454

5555
| Name | Type |
5656
|------|------|
57-
| [ibm_schematics_output.schematics_output](https://registry.terraform.io/providers/IBM-Cloud/ibm/1.58.1/docs/data-sources/schematics_output) | data source |
58-
| [ibm_schematics_workspace.schematics_workspace](https://registry.terraform.io/providers/IBM-Cloud/ibm/1.58.1/docs/data-sources/schematics_workspace) | data source |
57+
| [ibm_schematics_output.schematics_output](https://registry.terraform.io/providers/IBM-Cloud/ibm/1.60.0/docs/data-sources/schematics_output) | data source |
58+
| [ibm_schematics_workspace.schematics_workspace](https://registry.terraform.io/providers/IBM-Cloud/ibm/1.60.0/docs/data-sources/schematics_workspace) | data source |
5959

6060
### Inputs
6161

solutions/ibm-catalog/sap-ready-to-go/version.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ terraform {
77
required_providers {
88
ibm = {
99
source = "IBM-Cloud/ibm"
10-
version = "=1.58.1"
10+
version = "=1.60.0"
1111
}
1212
}
1313
}

0 commit comments

Comments
 (0)