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 8440284 commit f0ab6e2Copy full SHA for f0ab6e2
solutions/standard/main.tf
@@ -448,7 +448,7 @@ data "http" "es_metadata" {
448
module "code_engine_kibana" {
449
count = var.enable_kibana_dashboard ? 1 : 0
450
source = "terraform-ibm-modules/code-engine/ibm"
451
- version = "2.1.7"
+ version = "3.1.0"
452
resource_group_id = module.resource_group.resource_group_id
453
project_name = local.code_engine_project_name
454
existing_project_id = local.code_engine_project_id
0 commit comments