Skip to content

Commit a9246db

Browse files
fix(deps): update terraform dependencies
1 parent bff38f8 commit a9246db

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

examples/basic/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ locals {
7878
module "ocp_base" {
7979
count = var.existing_cluster_name == null ? 1 : 0
8080
source = "terraform-ibm-modules/base-ocp-vpc/ibm"
81-
version = "3.46.14"
81+
version = "3.47.2"
8282
resource_group_id = local.cluster_rg_id
8383
region = var.region
8484
tags = var.resource_tags

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 = "4.2.2"
61+
version = "4.2.4"
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 = "4.2.2"
79+
version = "4.2.4"
8080

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

tests/resources/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
##############################################################################
44

55
module "landing_zone" {
6-
source = "git::https://github.com/terraform-ibm-modules/terraform-ibm-landing-zone//patterns//roks-quickstart?ref=v7.4.4"
6+
source = "git::https://github.com/terraform-ibm-modules/terraform-ibm-landing-zone//patterns//roks-quickstart?ref=v7.5.0"
77
ibmcloud_api_key = var.ibmcloud_api_key
88
region = var.region
99
prefix = var.prefix

0 commit comments

Comments
 (0)