Skip to content

Commit 2218c24

Browse files
fix(deps): update terraform terraform-ibm-modules/observability-agents/ibm to v2.0.1 (#193)
1 parent b4d6b60 commit 2218c24

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

solutions/agents/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
This architecture deploys the following observability agents on a Red Hat OpenShift cluster:
44

5-
* Log Analysis agent(DEPRECATED)
65
* Cloud Monitoring agent
76
* Cloud Logs agent
87

solutions/agents/main.tf

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,10 @@ data "ibm_container_cluster_config" "cluster_config" {
1111

1212
module "observability_agents" {
1313
source = "terraform-ibm-modules/observability-agents/ibm"
14-
version = "1.30.1"
14+
version = "2.0.1"
1515
cluster_id = var.cluster_id
1616
cluster_resource_group_id = var.cluster_resource_group_id
1717
cluster_config_endpoint_type = var.cluster_config_endpoint_type
18-
# Log Analysis Agent
19-
log_analysis_enabled = false
2018
# Cloud Monitoring (Sysdig) Agent
2119
cloud_monitoring_enabled = var.cloud_monitoring_enabled
2220
cloud_monitoring_agent_name = var.prefix != null ? "${var.prefix}-${var.cloud_monitoring_agent_name}" : var.cloud_monitoring_agent_name

0 commit comments

Comments
 (0)