Skip to content

Commit da0d441

Browse files
Jordan-Williams2Jordan-Williams2
authored andcommitted
fix: example
1 parent 0bb303d commit da0d441

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/obs-agent-ocp/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ module "monitoring_agents" {
114114
# Monitoring agent
115115
access_key = module.cloud_monitoring.access_key
116116
# example of how to include / exclude metrics - more info https://cloud.ibm.com/docs/monitoring?topic=monitoring-change_kube_agent#change_kube_agent_log_metrics
117-
metrics_filter = [{ exclude = "metricA.*", include = "metricB.*" }]
117+
metrics_filter = [{ exclude = "metricA.*" }, { include = "metricB.*" }]
118118
container_filter = [{ type = "exclude", parameter = "kubernetes.namespace.name", name = "kube-system" }]
119119
cloud_monitoring_instance_region = var.region
120120
}

0 commit comments

Comments
 (0)