We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 989a5cc commit a0cdb31Copy full SHA for a0cdb31
solutions/fully-configurable/main.tf
@@ -460,7 +460,7 @@ data "http" "es_metadata" {
460
module "code_engine_kibana" {
461
count = var.enable_kibana_dashboard ? 1 : 0
462
source = "terraform-ibm-modules/code-engine/ibm"
463
- version = "4.5.7"
+ version = "4.5.8"
464
resource_group_id = module.resource_group.resource_group_id
465
project_name = local.code_engine_project_name
466
existing_project_id = local.code_engine_project_id
0 commit comments