diff --git a/examples/advanced/main.tf b/examples/advanced/main.tf index 586ce32..96dcb55 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.5.1" + version = "3.5.2" resource_group_id = module.resource_group.resource_group_id region = var.region instance_name = "${var.prefix}-cm"