Skip to content

Commit 7d91054

Browse files
fix: upgrade ibm provider version to 1.61.0 which has fix for schemat… (#736)
* fix: upgrade ibm provider version to 1.61.0 which has fix for schematics outputs
1 parent 7406bee commit 7d91054

File tree

16 files changed

+20
-28
lines changed

16 files changed

+20
-28
lines changed

modules/powervs-vpc-landing-zone/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,17 +85,17 @@ Creates VPC Landing Zone | Performs VPC VSI OS Config | Creates PowerVS Infrastr
8585
| Name | Version |
8686
|------|---------|
8787
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.3 |
88-
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | >=1.58.1 |
88+
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | >=1.61.0 |
8989
| <a name="requirement_time"></a> [time](#requirement\_time) | >= 0.9.1 |
9090

9191
### Modules
9292

9393
| Name | Source | Version |
9494
|------|--------|---------|
95-
| <a name="module_landing_zone"></a> [landing\_zone](#module\_landing\_zone) | terraform-ibm-modules/landing-zone/ibm//patterns//vsi//module | 4.15.0 |
95+
| <a name="module_landing_zone"></a> [landing\_zone](#module\_landing\_zone) | terraform-ibm-modules/landing-zone/ibm//patterns//vsi//module | 5.7.1 |
9696
| <a name="module_landing_zone_configure_network_services"></a> [landing\_zone\_configure\_network\_services](#module\_landing\_zone\_configure\_network\_services) | ../ansible-configure-network-services | n/a |
9797
| <a name="module_landing_zone_configure_proxy_server"></a> [landing\_zone\_configure\_proxy\_server](#module\_landing\_zone\_configure\_proxy\_server) | ../ansible-configure-network-services | n/a |
98-
| <a name="module_powervs_infra"></a> [powervs\_infra](#module\_powervs\_infra) | terraform-ibm-modules/powervs-workspace/ibm | 1.2.0 |
98+
| <a name="module_powervs_infra"></a> [powervs\_infra](#module\_powervs\_infra) | terraform-ibm-modules/powervs-workspace/ibm | 1.2.1 |
9999

100100
### Resources
101101

modules/powervs-vpc-landing-zone/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
module "landing_zone" {
66
source = "terraform-ibm-modules/landing-zone/ibm//patterns//vsi//module"
7-
version = "5.3.1"
7+
version = "5.7.1"
88
providers = { ibm = ibm.ibm-is }
99

1010
ssh_public_key = var.ssh_public_key
@@ -48,7 +48,7 @@ module "landing_zone_configure_network_services" {
4848

4949
module "powervs_infra" {
5050
source = "terraform-ibm-modules/powervs-workspace/ibm"
51-
version = "1.2.0"
51+
version = "1.2.1"
5252
providers = { ibm = ibm.ibm-pi }
5353

5454
pi_zone = var.powervs_zone

modules/powervs-vpc-landing-zone/presets/1vpc.preset.json.tftpl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"access_groups": [],
32
"appid": {
43
"keys": [
54
"slz-appid-key"
@@ -82,9 +81,6 @@
8281
"use_data": false
8382
}
8483
],
85-
"iam_account_settings": {
86-
"enable": false
87-
},
8884
"key_management": {
8985
"keys": [
9086
{

modules/powervs-vpc-landing-zone/presets/3vpc.preset.json.tftpl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"access_groups": [],
32
"appid": {
43
"keys": [
54
"slz-appid-key"
@@ -104,9 +103,6 @@
104103
"use_data": false
105104
}
106105
],
107-
"iam_account_settings": {
108-
"enable": false
109-
},
110106
"key_management": {
111107
"keys": [
112108
{

modules/powervs-vpc-landing-zone/versions.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.61.0"
1111
configuration_aliases = [ibm.ibm-is, ibm.ibm-pi]
1212
}
1313
time = {

reference-architectures/extension/deploy-arch-ibm-pvs-inf-extension.md

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

14-
version: v4.0.0
14+
version: v4.0.1
1515

1616
production: true
1717

@@ -47,7 +47,7 @@ content-type: reference-architecture
4747
{: toc-industry="Technology"}
4848
{: toc-use-case="ITServiceManagement"}
4949
{: toc-compliance="SAPCertified"}
50-
{: toc-version="4.0.0"}
50+
{: toc-version="4.0.1"}
5151

5252
The Power Virtual Server with VPC landing zone as variation 'Extend Power Virtual Server with VPC landing zone' creates an additional Power Virtual Server workspace and connects it with already created Power Virtual Server with VPC landing zone. It builds on existing Power Virtual Server with VPC landing zone deployed as a variation 'Create a new architecture'.
5353

reference-architectures/full-stack/deploy-arch-ibm-pvs-inf-full-stack.md

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

14-
version: v4.0.0
14+
version: v4.0.1
1515

1616
# Whether the reference architecture is published to Cloud Docs production.
1717
# When set to false, the file is available only in staging. Default is false.
@@ -49,7 +49,7 @@ content-type: reference-architecture
4949
{: toc-industry="Technology"}
5050
{: toc-use-case="ITServiceManagement"}
5151
{: toc-compliance="SAPCertified"}
52-
{: toc-version="4.0.0"}
52+
{: toc-version="4.0.1"}
5353

5454
PowerVS workspace deployment of the Power Virtual Server with VPC landing zone creates VPC services and a Power Virtual Server workspace and interconnects them.
5555

reference-architectures/quickstart/deploy-arch-ibm-pvs-inf-quickstart.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ authors:
1111
- name: Arnold Beilmann
1212
- name: Stafania Saju
1313

14-
version: v4.0.0
14+
version: v4.0.1
1515

1616
# Whether the reference architecture is published to Cloud Docs production.
1717
# When set to false, the file is available only in staging. Default is false.
@@ -46,7 +46,7 @@ content-type: reference-architecture
4646
{: toc-industry="Technology"}
4747
{: toc-use-case="ITServiceManagement"}
4848
{: toc-compliance=""}
49-
{: toc-version="4.0.0"}
49+
{: toc-version="4.0.1"}
5050

5151
Quickstart deployment of the Power Virtual Server with VPC landing zone creates VPC services , a Power Virtual Server workspace and interconnects them. It also deploys a Power Virtual Server of chosen T-shirt size or custom configuration. Supported Os are Aix, IBM i and Linux images.
5252

solutions/extension/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ If you do not have a PowerVS infrastructure that is the [full stack solution](ht
3939
| Name | Version |
4040
|------|---------|
4141
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.3, < 1.6 |
42-
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | =1.60.0 |
42+
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | =1.61.0 |
4343

4444
### Modules
4545

solutions/extension/versions.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.60.0"
10+
version = "=1.61.0"
1111
}
1212
}
1313
}

0 commit comments

Comments
 (0)