Skip to content

Commit

Permalink
fix(deps): update terraform-module
Browse files Browse the repository at this point in the history
  • Loading branch information
terraform-ibm-modules-ops committed Jan 11, 2025
1 parent 1347f11 commit 82ae2e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/basic/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
##############################################################################

module "roks_landing_zone" {
source = "git::https://github.com/terraform-ibm-modules/terraform-ibm-landing-zone.git//patterns/roks-quickstart?ref=v6.6.1"
source = "git::https://github.com/terraform-ibm-modules/terraform-ibm-landing-zone.git//patterns/roks-quickstart?ref=v6.6.3"
ibmcloud_api_key = var.ibmcloud_api_key
prefix = var.prefix
region = var.region
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 = "2.1.6"
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 = "2.1.6"

name = "cpd-build"
project_id = module.code_engine.project_id
Expand Down

0 comments on commit 82ae2e9

Please sign in to comment.