diff --git a/solutions/fully-configurable/main.tf b/solutions/fully-configurable/main.tf index c0f6760e..f788c350 100644 --- a/solutions/fully-configurable/main.tf +++ b/solutions/fully-configurable/main.tf @@ -478,7 +478,7 @@ data "http" "es_metadata" { module "code_engine_kibana" { count = var.enable_kibana_dashboard ? 1 : 0 source = "terraform-ibm-modules/code-engine/ibm" - version = "4.6.8" + version = "4.6.9" resource_group_id = module.resource_group.resource_group_id project_name = local.code_engine_project_name existing_project_id = local.code_engine_project_id