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 a99640a commit 46d7983Copy full SHA for 46d7983
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.25.4"
+ version = "1.26.0"
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