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 77bd1cc commit b2ff542Copy full SHA for b2ff542
examples/advanced/main.tf
@@ -16,7 +16,7 @@ module "resource_group" {
16
17
module "cloud_monitoring" {
18
source = "terraform-ibm-modules/cloud-monitoring/ibm"
19
- version = "1.6.8"
+ version = "1.6.9"
20
resource_group_id = module.resource_group.resource_group_id
21
region = var.region
22
instance_name = "${var.prefix}-cm"
0 commit comments