From 618586cbc03c15c8a38e5f24a74ca20fd08388c4 Mon Sep 17 00:00:00 2001 From: Terraform IBM Modules Operations Date: Sun, 16 Feb 2025 13:55:47 +0000 Subject: [PATCH] chore(deps): update terraform terraform-ibm-modules/observability-instances/ibm to v3.4.2 --- 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 46e0e88..cf8931f 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.1" + version = "3.4.2" resource_group_id = module.resource_group.resource_group_id region = var.region instance_name = "${var.prefix}-cm"