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 9074b91 commit bdd0906Copy full SHA for bdd0906
solutions/standard/main.tf
@@ -446,7 +446,7 @@ data "http" "es_metadata" {
446
module "code_engine_kibana" {
447
count = var.enable_kibana_dashboard ? 1 : 0
448
source = "terraform-ibm-modules/code-engine/ibm"
449
- version = "4.1.0"
+ version = "4.1.1"
450
resource_group_id = module.resource_group.resource_group_id
451
project_name = local.code_engine_project_name
452
existing_project_id = local.code_engine_project_id
0 commit comments