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