diff --git a/common-dev-assets b/common-dev-assets index 47c0edb..325cfd0 160000 --- a/common-dev-assets +++ b/common-dev-assets @@ -1 +1 @@ -Subproject commit 47c0edbc6d669874511116e4cb645097d10561b9 +Subproject commit 325cfd0d91902e08079644092bbf298c4872f388 diff --git a/tests/existing-resources/main.tf b/tests/existing-resources/main.tf index bd0e7f0..41b369b 100644 --- a/tests/existing-resources/main.tf +++ b/tests/existing-resources/main.tf @@ -14,7 +14,7 @@ module "resource_group" { module "cloud_monitoring" { source = "terraform-ibm-modules/cloud-monitoring/ibm" - version = "1.7.1" + version = "1.7.2" region = var.region resource_group_id = module.resource_group.resource_group_id resource_tags = var.resource_tags