Skip to content

Commit 8fbb209

Browse files
chore(deps): update required_provider to latest for deployable modules / architectures (#703)
* chore(deps): update required_provider to latest for deployable modules / architectures * test: changed datacenter to tor01 due to issues in sao04 --------- Co-authored-by: ludwig-mueller <ludwig.mueller@ibm.com>
1 parent 30821f9 commit 8fbb209

File tree

8 files changed

+13
-13
lines changed

8 files changed

+13
-13
lines changed

solutions/e2e/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ The end-to-end solution automates the following tasks:
5252
| Name | Version |
5353
|------|---------|
5454
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.3 |
55-
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | = 1.67.1 |
56-
| <a name="requirement_time"></a> [time](#requirement\_time) | = 0.11.2 |
55+
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | 1.68.0 |
56+
| <a name="requirement_time"></a> [time](#requirement\_time) | 0.12.0 |
5757

5858
### Modules
5959

@@ -66,7 +66,7 @@ The end-to-end solution automates the following tasks:
6666

6767
| Name | Type |
6868
|------|------|
69-
| [time_sleep.wait_10_mins](https://registry.terraform.io/providers/hashicorp/time/0.11.2/docs/resources/sleep) | resource |
69+
| [time_sleep.wait_10_mins](https://registry.terraform.io/providers/hashicorp/time/0.12.0/docs/resources/sleep) | resource |
7070

7171
### Inputs
7272

solutions/e2e/version.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ terraform {
33
required_providers {
44
ibm = {
55
source = "IBM-Cloud/ibm"
6-
version = "= 1.67.1"
6+
version = "1.68.0"
77
}
88
time = {
99
source = "hashicorp/time"
10-
version = "= 0.11.2"
10+
version = "0.12.0"
1111
}
1212
}
1313
}

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
| Name | Version |
4444
|------|---------|
4545
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.3 |
46-
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | = 1.67.1 |
46+
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | 1.68.0 |
4747

4848
### Modules
4949

@@ -55,8 +55,8 @@
5555

5656
| Name | Type |
5757
|------|------|
58-
| [ibm_schematics_output.schematics_output](https://registry.terraform.io/providers/IBM-Cloud/ibm/1.67.1/docs/data-sources/schematics_output) | data source |
59-
| [ibm_schematics_workspace.schematics_workspace](https://registry.terraform.io/providers/IBM-Cloud/ibm/1.67.1/docs/data-sources/schematics_workspace) | data source |
58+
| [ibm_schematics_output.schematics_output](https://registry.terraform.io/providers/IBM-Cloud/ibm/1.68.0/docs/data-sources/schematics_output) | data source |
59+
| [ibm_schematics_workspace.schematics_workspace](https://registry.terraform.io/providers/IBM-Cloud/ibm/1.68.0/docs/data-sources/schematics_workspace) | data source |
6060

6161
### Inputs
6262

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.67.1"
10+
version = "1.68.0"
1111
}
1212
}
1313
}

solutions/ibm-catalog/sap-s4hana-bw4hana/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.67.1"
10+
version = "1.68.0"
1111
}
1212
}
1313
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The 'sap-ready-to-go' solution automates the following tasks:
3737
| Name | Version |
3838
|------|---------|
3939
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.3 |
40-
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | >= 1.67.1 |
40+
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | >= 1.68.0 |
4141

4242
### Modules
4343

solutions/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.67.1"
10+
version = ">= 1.68.0"
1111
}
1212
}
1313
}

tests/common-go-assets/cloudinfo-region-power-prefs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
- name: eu-de-1
33
useForTest: true
44
testPriority: 1
5-
- name: sao04
5+
- name: tor01
66
useForTest: true
77
testPriority: 2

0 commit comments

Comments
 (0)