diff --git a/examples/advanced/main.tf b/examples/advanced/main.tf index 144df99..44215d9 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/cloud-monitoring/ibm" - version = "1.10.7" + version = "1.10.8" resource_group_id = module.resource_group.resource_group_id region = var.region instance_name = "${var.prefix}-cm"