Skip to content

Commit da4f5a3

Browse files
chore(deps): update dependencies
1 parent 23f8860 commit da4f5a3

File tree

9 files changed

+17
-17
lines changed

9 files changed

+17
-17
lines changed

solutions/standard-openshift/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Due to technical limitations, the cost estimate Projects gives does not include
5050
| Name | Version |
5151
|------|---------|
5252
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.9 |
53-
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | 1.83.1 |
53+
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | 1.83.3 |
5454
| <a name="requirement_restapi"></a> [restapi](#requirement\_restapi) | 2.0.1 |
5555

5656
### Modules
@@ -66,7 +66,7 @@ Due to technical limitations, the cost estimate Projects gives does not include
6666

6767
| Name | Type |
6868
|------|------|
69-
| [ibm_iam_auth_token.auth_token](https://registry.terraform.io/providers/IBM-Cloud/ibm/1.83.1/docs/data-sources/iam_auth_token) | data source |
69+
| [ibm_iam_auth_token.auth_token](https://registry.terraform.io/providers/IBM-Cloud/ibm/1.83.3/docs/data-sources/iam_auth_token) | data source |
7070

7171
### Inputs
7272

solutions/standard-openshift/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.83.1"
10+
version = "1.83.3"
1111
}
1212
restapi = {
1313
source = "Mastercard/restapi"

solutions/standard-plus-vsi/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ This example sets up the following infrastructure:
4848
| Name | Version |
4949
|------|---------|
5050
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.9 |
51-
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | 1.83.1 |
51+
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | 1.83.3 |
5252
| <a name="requirement_restapi"></a> [restapi](#requirement\_restapi) | 2.0.1 |
5353

5454
### Modules
@@ -64,7 +64,7 @@ This example sets up the following infrastructure:
6464

6565
| Name | Type |
6666
|------|------|
67-
| [ibm_iam_auth_token.auth_token](https://registry.terraform.io/providers/IBM-Cloud/ibm/1.83.1/docs/data-sources/iam_auth_token) | data source |
67+
| [ibm_iam_auth_token.auth_token](https://registry.terraform.io/providers/IBM-Cloud/ibm/1.83.3/docs/data-sources/iam_auth_token) | data source |
6868

6969
### Inputs
7070

solutions/standard-plus-vsi/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.83.1"
10+
version = "1.83.3"
1111
}
1212
restapi = {
1313
source = "Mastercard/restapi"

solutions/standard/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ This example sets up the following infrastructure:
4747
| Name | Version |
4848
|------|---------|
4949
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.9 |
50-
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | 1.83.1 |
50+
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | 1.83.3 |
5151
| <a name="requirement_restapi"></a> [restapi](#requirement\_restapi) | 2.0.1 |
5252

5353
### Modules
@@ -60,7 +60,7 @@ This example sets up the following infrastructure:
6060

6161
| Name | Type |
6262
|------|------|
63-
| [ibm_iam_auth_token.auth_token](https://registry.terraform.io/providers/IBM-Cloud/ibm/1.83.1/docs/data-sources/iam_auth_token) | data source |
63+
| [ibm_iam_auth_token.auth_token](https://registry.terraform.io/providers/IBM-Cloud/ibm/1.83.3/docs/data-sources/iam_auth_token) | data source |
6464

6565
### Inputs
6666

solutions/standard/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.83.1"
10+
version = "1.83.3"
1111
}
1212
restapi = {
1313
source = "Mastercard/restapi"

tests/go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ module github.com/terraform-ibm-modules/terraform-ibm-powervs-infrastructure
22

33
go 1.24.0
44

5-
toolchain go1.25.1
5+
toolchain go1.25.2
66

77
require (
88
github.com/gruntwork-io/terratest v0.51.0
99
github.com/stretchr/testify v1.11.1
10-
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.60.10
10+
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.60.11
1111
)
1212

1313
require (
@@ -17,7 +17,7 @@ require (
1717
github.com/IBM/cloud-databases-go-sdk v0.8.0 // indirect
1818
github.com/IBM/go-sdk-core/v5 v5.21.0 // indirect
1919
github.com/IBM/platform-services-go-sdk v0.86.1 // indirect
20-
github.com/IBM/project-go-sdk v0.3.6 // indirect
20+
github.com/IBM/project-go-sdk v0.3.9 // indirect
2121
github.com/IBM/schematics-go-sdk v0.4.0 // indirect
2222
github.com/IBM/vpc-go-sdk v1.0.2 // indirect
2323
github.com/Microsoft/go-winio v0.6.2 // indirect

tests/go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ github.com/IBM/go-sdk-core/v5 v5.21.0 h1:DUnYhvC4SoC8T84rx5omnhY3+xcQg/Whyoa3mDP
1111
github.com/IBM/go-sdk-core/v5 v5.21.0/go.mod h1:Q3BYO6iDA2zweQPDGbNTtqft5tDcEpm6RTuqMlPcvbw=
1212
github.com/IBM/platform-services-go-sdk v0.86.1 h1:ngBpaXvUF3gmLvbU1Z4lX1wowOSYgGoKBEBaR/urt30=
1313
github.com/IBM/platform-services-go-sdk v0.86.1/go.mod h1:aGD045m6I8pfcB77wft8w2cHqWOJjcM3YSSV55BX0Js=
14-
github.com/IBM/project-go-sdk v0.3.6 h1:DRiANKnAePevFsIKSvR89SUaMa2xsd7YKK71Ka1eqKI=
15-
github.com/IBM/project-go-sdk v0.3.6/go.mod h1:FOJM9ihQV3EEAY6YigcWiTNfVCThtdY8bLC/nhQHFvo=
14+
github.com/IBM/project-go-sdk v0.3.9 h1:D/UfMMn+vMQyvYf9EfocV6HrD3HcVpeIVoUSjNKuROo=
15+
github.com/IBM/project-go-sdk v0.3.9/go.mod h1:FOJM9ihQV3EEAY6YigcWiTNfVCThtdY8bLC/nhQHFvo=
1616
github.com/IBM/schematics-go-sdk v0.4.0 h1:x01f/tPquYJYLQzJLGuxWfCbV/EdSMXRikOceNy/JLM=
1717
github.com/IBM/schematics-go-sdk v0.4.0/go.mod h1:Xe7R7xgwmXBHu09w2CbBe8lkWZaYxNQo19bS4dpLrUA=
1818
github.com/IBM/vpc-go-sdk v1.0.2 h1:WhI1Cb8atA8glUdFg0SEUh9u8afjnKHxZAj9onQBi04=
@@ -295,8 +295,8 @@ github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO
295295
github.com/stretchr/testify v1.8.2/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
296296
github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U=
297297
github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U=
298-
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.60.10 h1:dOH4lHp8/wtXDNJA2SGI2NOuMp/EDoWFw1uVWf5HJ88=
299-
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.60.10/go.mod h1:YBrRYc+5y5Pr9CXmY35lOqTQdlIjA4x4+3iVObXGOCE=
298+
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.60.11 h1:+ATsuqFoHUg/EWpBfF7o8wzxibSan8hG5DJV2NIgrO4=
299+
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.60.11/go.mod h1:9QXyZWo0MotbNavJDyeEdpTj1YKoI6IT1wOPJnI1ahI=
300300
github.com/tidwall/pretty v1.0.0/go.mod h1:XNkn88O1ChpSDQmQeStsy+sBenx6DDtFZJxhVysOjyk=
301301
github.com/tmccombs/hcl2json v0.6.4 h1:/FWnzS9JCuyZ4MNwrG4vMrFrzRgsWEOVi+1AyYUVLGw=
302302
github.com/tmccombs/hcl2json v0.6.4/go.mod h1:+ppKlIW3H5nsAsZddXPy2iMyvld3SHxyjswOZhavRDk=

0 commit comments

Comments
 (0)