Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/basic/version.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
# renovate is set up to keep provider version at the latest for all DA solutions
ibm = {
source = "ibm-cloud/ibm"
version = "1.71.3"
version = "1.78.0"
}
}
}
10 changes: 5 additions & 5 deletions solutions/deploy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ You need the following permissions to run this module:
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.9.0 |
| <a name="requirement_external"></a> [external](#requirement\_external) | >= 2.3.4 |
| <a name="requirement_helm"></a> [helm](#requirement\_helm) | >= 2.8.0, <3.0.0 |
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | 1.71.3 |
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | 1.78.0 |
| <a name="requirement_shell"></a> [shell](#requirement\_shell) | 1.7.10 |

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

| Name | Type |
|------|------|
| [ibm_container_addons.odf_cluster_addon](https://registry.terraform.io/providers/ibm-cloud/ibm/1.71.3/docs/resources/container_addons) | resource |
| [ibm_container_addons.odf_cluster_addon](https://registry.terraform.io/providers/ibm-cloud/ibm/1.78.0/docs/resources/container_addons) | resource |
| [external_external.schematics](https://registry.terraform.io/providers/hashicorp/external/latest/docs/data-sources/external) | data source |
| [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 |
| [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 |
| [ibm_iam_auth_token.tokendata](https://registry.terraform.io/providers/ibm-cloud/ibm/1.71.3/docs/data-sources/iam_auth_token) | data source |
| [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 |
| [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 |
| [ibm_iam_auth_token.tokendata](https://registry.terraform.io/providers/ibm-cloud/ibm/1.78.0/docs/data-sources/iam_auth_token) | data source |

### Inputs

Expand Down
4 changes: 2 additions & 2 deletions solutions/deploy/cpd-image-build/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ resource "ibm_cr_namespace" "cr_namespace" {
##############################################################################
module "code_engine" {
source = "terraform-ibm-modules/code-engine/ibm"
version = "2.1.5"
version = "4.2.2"
project_name = var.code_engine_project_id == null ? local.code_engine_project_name : null
existing_project_id = var.code_engine_project_id
resource_group_id = local.resource_group_id
Expand All @@ -76,7 +76,7 @@ module "code_engine" {

module "code_engine_build" {
source = "terraform-ibm-modules/code-engine/ibm//modules/build"
version = "2.1.5"
version = "4.2.2"

name = "cpd-build"
project_id = module.code_engine.project_id
Expand Down
2 changes: 1 addition & 1 deletion solutions/deploy/cpd-image-build/version.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
ibm = {
source = "ibm-cloud/ibm"
version = "1.71.3"
version = "1.78.0"
}
random = {
source = "hashicorp/random"
Expand Down
2 changes: 1 addition & 1 deletion solutions/deploy/version.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
ibm = {
source = "ibm-cloud/ibm"
version = "1.71.3"
version = "1.78.0"
}
external = {
source = "hashicorp/external"
Expand Down