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 085bf52 commit 019375aCopy full SHA for 019375a
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.0"
+ version = "1.25.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