File tree Expand file tree Collapse file tree 8 files changed +14
-14
lines changed
modules/watson-machine-learning
resources/existing-resources Expand file tree Collapse file tree 8 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 88
99jobs :
1010 call-terraform-release-pipeline :
11- uses : terraform-ibm-modules/common-pipeline-assets/.github/workflows/common-release.yml@v1.23.2
11+ uses : terraform-ibm-modules/common-pipeline-assets/.github/workflows/common-release.yml@v1.24.0
1212 secrets : inherit
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ module "cos" {
44 ibm = ibm.ibm_resources
55 }
66 source = " terraform-ibm-modules/cos/ibm//modules/fscloud"
7- version = " 10.5.5 "
7+ version = " 10.7.2 "
88 resource_group_id = var. resource_group_id
99 cos_instance_name = var. cos_instance_name
1010 cos_plan = " standard"
@@ -16,7 +16,7 @@ module "storage_delegation" {
1616 ibm.deployer = ibm
1717 restapi.restapi_watsonx_admin = restapi.restapi_watsonx_admin
1818 }
19- source = " git::https://github.com/terraform-ibm-modules/terraform-ibm-watsonx-saas-da.git//storage_delegation?ref=v2.0 .1"
19+ source = " git::https://github.com/terraform-ibm-modules/terraform-ibm-watsonx-saas-da.git//storage_delegation?ref=v2.2 .1"
2020 count = var. watsonx_project_delegated ? 1 : 0
2121 cos_kms_crn = var. cos_kms_crn
2222 cos_kms_key_crn = var. cos_kms_key_crn
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ module "resource_group" {
3636 ibm = ibm.ibm_resources
3737 }
3838 source = " terraform-ibm-modules/resource-group/ibm"
39- version = " 1.4.0 "
39+ version = " 1.4.3 "
4040 resource_group_name = var. use_existing_resource_group == false ? var. resource_group_name : null
4141 existing_resource_group_name = var. use_existing_resource_group == true ? var. resource_group_name : null
4242}
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ terraform {
33 required_providers {
44 ibm = {
55 source = " IBM-Cloud/ibm"
6- version = " 1.84.3 "
6+ version = " 1.86.1 "
77 }
88 null = {
99 source = " hashicorp/null"
@@ -23,11 +23,11 @@ terraform {
2323 }
2424 elasticstack = {
2525 source = " elastic/elasticstack"
26- version = " 0.12 .1"
26+ version = " 0.13 .1"
2727 }
2828 kubernetes = {
2929 source = " hashicorp/kubernetes"
30- version = " 2.38.0 "
30+ version = " 3.0.1 "
3131 }
3232 }
3333 required_version = " >= 1.9.0"
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ require (
66 github.com/IBM/go-sdk-core/v5 v5.21.2
77 github.com/gruntwork-io/terratest v0.54.0
88 github.com/stretchr/testify v1.11.1
9- github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.61.5
9+ github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.63.0
1010)
1111
1212require (
Original file line number Diff line number Diff line change @@ -297,8 +297,8 @@ github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO
297297github.com/stretchr/testify v1.8.2 /go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4 =
298298github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U =
299299github.com/stretchr/testify v1.11.1 /go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U =
300- github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.61.5 h1:IuCB+0oIKyOrMtZwx4ptasJuZD6DAbgBoZ3kKGDeOtQ =
301- github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.61.5 /go.mod h1:clGPU4e57ofDSgBbNSzjNMf4KlJxSbVbU0O3FLpqRns =
300+ github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.63.0 h1:bn6eyJ2EAak8tchp9zkWsui5rpvEt4KVBdpmIYsFlQI =
301+ github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.63.0 /go.mod h1:clGPU4e57ofDSgBbNSzjNMf4KlJxSbVbU0O3FLpqRns =
302302github.com/tidwall/pretty v1.0.0 /go.mod h1:XNkn88O1ChpSDQmQeStsy+sBenx6DDtFZJxhVysOjyk =
303303github.com/tmccombs/hcl2json v0.6.4 h1:/FWnzS9JCuyZ4MNwrG4vMrFrzRgsWEOVi+1AyYUVLGw =
304304github.com/tmccombs/hcl2json v0.6.4 /go.mod h1:+ppKlIW3H5nsAsZddXPy2iMyvld3SHxyjswOZhavRDk =
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ locals {
2828
2929module "resource_group" {
3030 source = " terraform-ibm-modules/resource-group/ibm"
31- version = " 1.4.0 "
31+ version = " 1.4.3 "
3232 # if an existing resource group is not set (null) create a new one using prefix
3333 resource_group_name = var. resource_group == null ? " ${ var . prefix } -resource-group" : null
3434 existing_resource_group_name = var. resource_group
@@ -59,7 +59,7 @@ module "elasticsearch" {
5959
6060module "key_protect" {
6161 source = " terraform-ibm-modules/kms-all-inclusive/ibm"
62- version = " 5.5.3 "
62+ version = " 5.5.4 "
6363 key_protect_instance_name = " ${ var . prefix } -key-protect"
6464 resource_group_id = module. resource_group . resource_group_id
6565 region = var. region
@@ -196,7 +196,7 @@ module "ocp_base" {
196196
197197 count = var. create_ocp_cluster ? 1 : 0
198198 source = " terraform-ibm-modules/base-ocp-vpc/ibm"
199- version = " 3.70.0 "
199+ version = " 3.75.1 "
200200 resource_group_id = module. resource_group . resource_group_id
201201 region = var. region
202202 tags = []
You can’t perform that action at this time.
0 commit comments