We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 517da2c commit 826c729Copy full SHA for 826c729
tests/existing-resources/main.tf
@@ -14,7 +14,7 @@ module "resource_group" {
14
15
module "cloud_monitoring" {
16
source = "terraform-ibm-modules/cloud-monitoring/ibm"
17
- version = "1.8.4"
+ version = "1.8.5"
18
region = var.region
19
resource_group_id = module.resource_group.resource_group_id
20
resource_tags = var.resource_tags
0 commit comments