Skip to content

Commit 30df409

Browse files
fix(deps): update terraform-module
1 parent dc91f66 commit 30df409

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/basic/main.tf

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

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

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.1"
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.1"
8080

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

0 commit comments

Comments
 (0)