From 2e94b9df685557ca394ad55d5a24fb758c61642e Mon Sep 17 00:00:00 2001 From: Terraform IBM Modules Operations Date: Sat, 1 Mar 2025 09:28:04 +0000 Subject: [PATCH] chore(deps): update terraform terraform-ibm-modules/observability-instances/ibm to v3.4.3 --- examples/advanced/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/advanced/main.tf b/examples/advanced/main.tf index cf8931f..d125920 100644 --- a/examples/advanced/main.tf +++ b/examples/advanced/main.tf @@ -16,7 +16,7 @@ module "resource_group" { module "cloud_monitoring" { source = "terraform-ibm-modules/observability-instances/ibm//modules/cloud_monitoring" - version = "3.4.2" + version = "3.4.3" resource_group_id = module.resource_group.resource_group_id region = var.region instance_name = "${var.prefix}-cm"