Skip to content

Commit 9074b91

Browse files
fix(deps): update terraform terraform-ibm-modules/code-engine/ibm to v4 (#440)
1 parent 5a10fd1 commit 9074b91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solutions/standard/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ data "http" "es_metadata" {
446446
module "code_engine_kibana" {
447447
count = var.enable_kibana_dashboard ? 1 : 0
448448
source = "terraform-ibm-modules/code-engine/ibm"
449-
version = "3.2.7"
449+
version = "4.1.0"
450450
resource_group_id = module.resource_group.resource_group_id
451451
project_name = local.code_engine_project_name
452452
existing_project_id = local.code_engine_project_id

0 commit comments

Comments
 (0)