Skip to content

Commit 8bdef93

Browse files
fix(deps): update dependencies (#151)
1 parent f313008 commit 8bdef93

File tree

8 files changed

+122
-102
lines changed

8 files changed

+122
-102
lines changed

examples/basic/main.tf

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

55
module "resource_group" {
66
source = "terraform-ibm-modules/resource-group/ibm"
7-
version = "1.2.1"
7+
version = "1.3.0"
88
# if an existing resource group is not set (null) create a new one using prefix
99
resource_group_name = var.resource_group == null ? "${var.prefix}-resource-group" : null
1010
existing_resource_group_name = var.resource_group
1111
}
1212

1313
module "cos" {
1414
source = "terraform-ibm-modules/cos/ibm//modules/fscloud"
15-
version = "10.1.9"
15+
version = "10.2.7"
1616
resource_group_id = module.resource_group.resource_group_id
1717
cos_instance_name = "${var.prefix}-cos"
1818
cos_plan = "standard"

examples/complete/main.tf

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

55
module "resource_group" {
66
source = "terraform-ibm-modules/resource-group/ibm"
7-
version = "1.2.1"
7+
version = "1.3.0"
88
# if an existing resource group is not set (null) create a new one using prefix
99
resource_group_name = var.resource_group == null ? "${var.prefix}-resource-group" : null
1010
existing_resource_group_name = var.resource_group
@@ -16,7 +16,7 @@ module "resource_group" {
1616

1717
module "cos" {
1818
source = "terraform-ibm-modules/cos/ibm//modules/fscloud"
19-
version = "10.1.9"
19+
version = "10.2.7"
2020
resource_group_id = module.resource_group.resource_group_id
2121
cos_instance_name = "${var.prefix}-cos"
2222
cos_plan = "standard"
@@ -34,7 +34,7 @@ locals {
3434

3535
module "key_protect_all_inclusive" {
3636
source = "terraform-ibm-modules/kms-all-inclusive/ibm"
37-
version = "5.1.11"
37+
version = "5.1.20"
3838
resource_group_id = module.resource_group.resource_group_id
3939
region = var.region
4040
key_protect_instance_name = "${var.prefix}-kp"

ibm_catalog.json

Lines changed: 24 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -77,27 +77,37 @@
7777
},
7878
"iam_permissions": [
7979
{
80-
"role_crns": ["crn:v1:bluemix:public:iam::::role:Viewer"],
80+
"role_crns": [
81+
"crn:v1:bluemix:public:iam::::role:Viewer"
82+
],
8183
"service_name": "Resource group only",
8284
"notes": "Viewer access is required in the resource group you want to provision in."
8385
},
8486
{
85-
"role_crns": ["crn:v1:bluemix:public:iam::::role:Administrator"],
87+
"role_crns": [
88+
"crn:v1:bluemix:public:iam::::role:Administrator"
89+
],
8690
"service_name": "All Account Management services",
8791
"notes": "[Optional] Required to deploy Cloud automation for account configuration, which creates foundational IBM Cloud account resources, like IAM settings, trusted profiles, access groups, and resource groups."
8892
},
8993
{
90-
"role_crns": ["crn:v1:bluemix:public:iam::::role:Administrator"],
94+
"role_crns": [
95+
"crn:v1:bluemix:public:iam::::role:Administrator"
96+
],
9197
"service_name": "All Identity and Access enabled services",
9298
"notes": "[Optional] Required to deploy Cloud automation for account configuration, which creates foundational IBM Cloud account resources, like IAM settings, trusted profiles, access groups, and resource group with account settings."
9399
},
94100
{
95-
"role_crns": ["crn:v1:bluemix:public:iam::::role:Editor"],
101+
"role_crns": [
102+
"crn:v1:bluemix:public:iam::::role:Editor"
103+
],
96104
"service_name": "data-science-experience",
97105
"notes": "Required for creating a instance of watsonx.ai Studio."
98106
},
99107
{
100-
"role_crns": ["crn:v1:bluemix:public:iam::::role:Editor"],
108+
"role_crns": [
109+
"crn:v1:bluemix:public:iam::::role:Editor"
110+
],
101111
"service_name": "pm-20",
102112
"notes": "Required for creating a instance of watsonx.ai Runtime."
103113
},
@@ -415,7 +425,9 @@
415425
"description": "Enable Cloud automation for Key Protect to use your own managed encryption keys. If disabled, IBM Cloud's default service-managed encryption is used.",
416426
"id": "2cad4789-fa90-4886-9c9e-857081c273ee-global",
417427
"version": "v5.1.4",
418-
"flavors": ["fully-configurable"],
428+
"flavors": [
429+
"fully-configurable"
430+
],
419431
"catalog_id": "7a4d68b4-cf8b-40cd-a3d1-f49aff526eb3",
420432
"optional": true,
421433
"on_by_default": true,
@@ -450,7 +462,9 @@
450462
"description": "Enable to create an IBM Cloud Object Storage instance, where a bucket will be set up to store project assets as part of this deployment.",
451463
"id": "68921490-2778-4930-ac6d-bae7be6cd958-global",
452464
"version": "v9.0.2",
453-
"flavors": ["instance"],
465+
"flavors": [
466+
"instance"
467+
],
454468
"catalog_id": "7a4d68b4-cf8b-40cd-a3d1-f49aff526eb3",
455469
"optional": true,
456470
"on_by_default": true,
@@ -476,7 +490,9 @@
476490
"description": "Configure IBM Cloud Logs, Cloud Monitoring and Activity Tracker Event Routing for analyzing logs and metrics generated by the watsonx.ai instance.",
477491
"id": "a3137d28-79e0-479d-8a24-758ebd5a0eab-global",
478492
"version": "v3.0.3",
479-
"flavors": ["instances"],
493+
"flavors": [
494+
"instances"
495+
],
480496
"catalog_id": "7a4d68b4-cf8b-40cd-a3d1-f49aff526eb3",
481497
"optional": true,
482498
"on_by_default": true,

solutions/fully-configurable/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ locals {
3737
module "kms" {
3838
count = local.create_kms_key ? 1 : 0
3939
source = "terraform-ibm-modules/kms-all-inclusive/ibm"
40-
version = "5.1.19"
40+
version = "5.1.20"
4141
create_key_protect_instance = false
4242
region = local.kms_region
4343
existing_kms_instance_crn = var.existing_kms_instance_crn

tests/go.mod

Lines changed: 31 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
module github.com/terraform-ibm-modules/terraform-ibm-watsonx-ai
22

3-
go 1.23.0
3+
go 1.24.0
44

5-
toolchain go1.24.5
5+
toolchain go1.25.0
66

77
require (
88
github.com/gruntwork-io/terratest v0.50.0
9-
github.com/stretchr/testify v1.10.0
10-
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.55.7
9+
github.com/stretchr/testify v1.11.1
10+
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.60.0
1111
)
1212

1313
require (
1414
dario.cat/mergo v1.0.0 // indirect
1515
github.com/IBM-Cloud/bluemix-go v0.0.0-20240719075425-078fcb3a55be // indirect
16-
github.com/IBM-Cloud/power-go-client v1.11.0 // indirect
16+
github.com/IBM-Cloud/power-go-client v1.12.0 // indirect
1717
github.com/IBM/cloud-databases-go-sdk v0.8.0 // indirect
18-
github.com/IBM/go-sdk-core/v5 v5.20.1 // indirect
19-
github.com/IBM/platform-services-go-sdk v0.83.2 // indirect
18+
github.com/IBM/go-sdk-core/v5 v5.21.0 // indirect
19+
github.com/IBM/platform-services-go-sdk v0.86.0 // indirect
2020
github.com/IBM/project-go-sdk v0.3.6 // indirect
2121
github.com/IBM/schematics-go-sdk v0.4.0 // indirect
2222
github.com/IBM/vpc-go-sdk v1.0.2 // indirect
@@ -37,16 +37,16 @@ require (
3737
github.com/go-git/go-git/v5 v5.16.2 // indirect
3838
github.com/go-logr/logr v1.4.2 // indirect
3939
github.com/go-logr/stdr v1.2.2 // indirect
40-
github.com/go-openapi/analysis v0.21.5 // indirect
41-
github.com/go-openapi/errors v0.22.1 // indirect
42-
github.com/go-openapi/jsonpointer v0.20.1 // indirect
43-
github.com/go-openapi/jsonreference v0.20.3 // indirect
44-
github.com/go-openapi/loads v0.21.3 // indirect
45-
github.com/go-openapi/runtime v0.26.0 // indirect
46-
github.com/go-openapi/spec v0.20.12 // indirect
40+
github.com/go-openapi/analysis v0.23.0 // indirect
41+
github.com/go-openapi/errors v0.22.2 // indirect
42+
github.com/go-openapi/jsonpointer v0.21.1 // indirect
43+
github.com/go-openapi/jsonreference v0.21.0 // indirect
44+
github.com/go-openapi/loads v0.22.0 // indirect
45+
github.com/go-openapi/runtime v0.28.0 // indirect
46+
github.com/go-openapi/spec v0.21.0 // indirect
4747
github.com/go-openapi/strfmt v0.23.0 // indirect
48-
github.com/go-openapi/swag v0.22.5 // indirect
49-
github.com/go-openapi/validate v0.22.4 // indirect
48+
github.com/go-openapi/swag v0.23.1 // indirect
49+
github.com/go-openapi/validate v0.24.0 // indirect
5050
github.com/go-playground/locales v0.14.1 // indirect
5151
github.com/go-playground/universal-translator v0.18.1 // indirect
5252
github.com/go-playground/validator/v10 v10.26.0 // indirect
@@ -61,14 +61,14 @@ require (
6161
github.com/hashicorp/go-safetemp v1.0.0 // indirect
6262
github.com/hashicorp/go-version v1.7.0 // indirect
6363
github.com/hashicorp/hcl/v2 v2.22.0 // indirect
64-
github.com/hashicorp/terraform-json v0.25.0 // indirect
64+
github.com/hashicorp/terraform-json v0.26.0 // indirect
6565
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
6666
github.com/jinzhu/copier v0.4.0 // indirect
6767
github.com/josharian/intern v1.0.0 // indirect
6868
github.com/kevinburke/ssh_config v1.2.0 // indirect
6969
github.com/klauspost/compress v1.16.7 // indirect
7070
github.com/leodido/go-urn v1.4.0 // indirect
71-
github.com/mailru/easyjson v0.7.7 // indirect
71+
github.com/mailru/easyjson v0.9.0 // indirect
7272
github.com/mattn/go-zglob v0.0.4 // indirect
7373
github.com/mitchellh/go-homedir v1.1.0 // indirect
7474
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
@@ -80,21 +80,23 @@ require (
8080
github.com/pmezard/go-difflib v1.0.0 // indirect
8181
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
8282
github.com/skeema/knownhosts v1.3.1 // indirect
83+
github.com/stretchr/objx v0.5.2 // indirect
8384
github.com/tmccombs/hcl2json v0.6.4 // indirect
8485
github.com/ulikunitz/xz v0.5.11 // indirect
8586
github.com/xanzy/ssh-agent v0.3.3 // indirect
86-
github.com/zclconf/go-cty v1.16.2 // indirect
87+
github.com/zclconf/go-cty v1.16.3 // indirect
8788
go.mongodb.org/mongo-driver v1.17.3 // indirect
88-
go.opentelemetry.io/otel v1.29.0 // indirect
89-
go.opentelemetry.io/otel/metric v1.29.0 // indirect
90-
go.opentelemetry.io/otel/trace v1.29.0 // indirect
91-
golang.org/x/crypto v0.39.0 // indirect
92-
golang.org/x/mod v0.25.0 // indirect
93-
golang.org/x/net v0.41.0 // indirect
94-
golang.org/x/sync v0.15.0 // indirect
95-
golang.org/x/sys v0.33.0 // indirect
96-
golang.org/x/text v0.26.0 // indirect
97-
golang.org/x/tools v0.33.0 // indirect
89+
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
90+
go.opentelemetry.io/otel v1.35.0 // indirect
91+
go.opentelemetry.io/otel/metric v1.35.0 // indirect
92+
go.opentelemetry.io/otel/trace v1.35.0 // indirect
93+
golang.org/x/crypto v0.41.0 // indirect
94+
golang.org/x/mod v0.26.0 // indirect
95+
golang.org/x/net v0.42.0 // indirect
96+
golang.org/x/sync v0.16.0 // indirect
97+
golang.org/x/sys v0.35.0 // indirect
98+
golang.org/x/text v0.28.0 // indirect
99+
golang.org/x/tools v0.35.0 // indirect
98100
gopkg.in/warnings.v0 v0.1.2 // indirect
99101
gopkg.in/yaml.v2 v2.4.0 // indirect
100102
gopkg.in/yaml.v3 v3.0.1 // indirect

0 commit comments

Comments
 (0)