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 d9d188b commit 24e4fbeCopy full SHA for 24e4fbe
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.6.2"
+ version = "4.6.3"
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