Skip to content

Commit 15d5f58

Browse files
authored
chore: update example to consume new monitoring instance module (#284)
1 parent b7856cf commit 15d5f58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/advanced/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ module "resource_group" {
1515
########################################################################################################################
1616

1717
module "cloud_monitoring" {
18-
source = "terraform-ibm-modules/observability-instances/ibm//modules/cloud_monitoring"
19-
version = "3.5.3"
18+
source = "terraform-ibm-modules/cloud-monitoring/ibm"
19+
version = "1.5.0"
2020
resource_group_id = module.resource_group.resource_group_id
2121
region = var.region
2222
instance_name = "${var.prefix}-cm"

0 commit comments

Comments
 (0)