Skip to content

Commit 0955ba1

Browse files
terraform-ibm-modules-opsJordan-Williams2
andauthored
fix(deps): update terraform terraform-ibm-modules/code-engine/ibm to v4 (#11)
* fix(deps): update terraform terraform-ibm-modules/code-engine/ibm to v4 * fix: tests --------- Co-authored-by: Jordan-Williams2 <Jordan.Williams2@ibm.com>
1 parent bbf37aa commit 0955ba1

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

examples/basic/version.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ terraform {
44
# renovate is set up to keep provider version at the latest for all DA solutions
55
ibm = {
66
source = "ibm-cloud/ibm"
7-
version = "1.71.3"
7+
version = "1.78.0"
88
}
99
}
1010
}

solutions/deploy/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ You need the following permissions to run this module:
104104
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.9.0 |
105105
| <a name="requirement_external"></a> [external](#requirement\_external) | >= 2.3.4 |
106106
| <a name="requirement_helm"></a> [helm](#requirement\_helm) | >= 2.8.0, <3.0.0 |
107-
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | 1.71.3 |
107+
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | 1.78.0 |
108108
| <a name="requirement_shell"></a> [shell](#requirement\_shell) | 1.7.10 |
109109

110110
### Modules
@@ -121,11 +121,11 @@ You need the following permissions to run this module:
121121

122122
| Name | Type |
123123
|------|------|
124-
| [ibm_container_addons.odf_cluster_addon](https://registry.terraform.io/providers/ibm-cloud/ibm/1.71.3/docs/resources/container_addons) | resource |
124+
| [ibm_container_addons.odf_cluster_addon](https://registry.terraform.io/providers/ibm-cloud/ibm/1.78.0/docs/resources/container_addons) | resource |
125125
| [external_external.schematics](https://registry.terraform.io/providers/hashicorp/external/latest/docs/data-sources/external) | data source |
126-
| [ibm_container_cluster_config.cluster_config](https://registry.terraform.io/providers/ibm-cloud/ibm/1.71.3/docs/data-sources/container_cluster_config) | data source |
127-
| [ibm_container_vpc_cluster.cluster_info](https://registry.terraform.io/providers/ibm-cloud/ibm/1.71.3/docs/data-sources/container_vpc_cluster) | data source |
128-
| [ibm_iam_auth_token.tokendata](https://registry.terraform.io/providers/ibm-cloud/ibm/1.71.3/docs/data-sources/iam_auth_token) | data source |
126+
| [ibm_container_cluster_config.cluster_config](https://registry.terraform.io/providers/ibm-cloud/ibm/1.78.0/docs/data-sources/container_cluster_config) | data source |
127+
| [ibm_container_vpc_cluster.cluster_info](https://registry.terraform.io/providers/ibm-cloud/ibm/1.78.0/docs/data-sources/container_vpc_cluster) | data source |
128+
| [ibm_iam_auth_token.tokendata](https://registry.terraform.io/providers/ibm-cloud/ibm/1.78.0/docs/data-sources/iam_auth_token) | data source |
129129

130130
### Inputs
131131

solutions/deploy/cpd-image-build/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ resource "ibm_cr_namespace" "cr_namespace" {
5858
##############################################################################
5959
module "code_engine" {
6060
source = "terraform-ibm-modules/code-engine/ibm"
61-
version = "2.1.5"
61+
version = "4.2.2"
6262
project_name = var.code_engine_project_id == null ? local.code_engine_project_name : null
6363
existing_project_id = var.code_engine_project_id
6464
resource_group_id = local.resource_group_id
@@ -76,7 +76,7 @@ module "code_engine" {
7676

7777
module "code_engine_build" {
7878
source = "terraform-ibm-modules/code-engine/ibm//modules/build"
79-
version = "2.1.5"
79+
version = "4.2.2"
8080

8181
name = "cpd-build"
8282
project_id = module.code_engine.project_id

solutions/deploy/cpd-image-build/version.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ terraform {
33
required_providers {
44
ibm = {
55
source = "ibm-cloud/ibm"
6-
version = "1.71.3"
6+
version = "1.78.0"
77
}
88
random = {
99
source = "hashicorp/random"

solutions/deploy/version.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ terraform {
33
required_providers {
44
ibm = {
55
source = "ibm-cloud/ibm"
6-
version = "1.71.3"
6+
version = "1.78.0"
77
}
88
external = {
99
source = "hashicorp/external"

0 commit comments

Comments
 (0)