Skip to content

Commit bdd0906

Browse files
fix(deps): update terraform terraform-ibm-modules/code-engine/ibm to v4.1.1 (#441)
1 parent 9074b91 commit bdd0906

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solutions/standard/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ data "http" "es_metadata" {
446446
module "code_engine_kibana" {
447447
count = var.enable_kibana_dashboard ? 1 : 0
448448
source = "terraform-ibm-modules/code-engine/ibm"
449-
version = "4.1.0"
449+
version = "4.1.1"
450450
resource_group_id = module.resource_group.resource_group_id
451451
project_name = local.code_engine_project_name
452452
existing_project_id = local.code_engine_project_id

0 commit comments

Comments
 (0)