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 ef3ab40 commit c0a51f8Copy full SHA for c0a51f8
solutions/agents/main.tf
@@ -11,7 +11,7 @@ data "ibm_container_cluster_config" "cluster_config" {
11
12
module "observability_agents" {
13
source = "terraform-ibm-modules/observability-agents/ibm"
14
- version = "1.24.0"
+ version = "1.24.1"
15
cluster_id = var.cluster_id
16
cluster_resource_group_id = var.cluster_resource_group_id
17
cluster_config_endpoint_type = var.cluster_config_endpoint_type
0 commit comments