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 2e49271 commit c5f987aCopy full SHA for c5f987a
examples/advanced/main.tf
@@ -16,7 +16,7 @@ module "resource_group" {
16
17
module "cloud_monitoring" {
18
source = "terraform-ibm-modules/observability-instances/ibm//modules/cloud_monitoring"
19
- version = "2.17.0"
+ version = "3.1.1"
20
resource_group_id = module.resource_group.resource_group_id
21
region = var.region
22
instance_name = "${var.prefix}-cm"
0 commit comments