diff --git a/monitoring/main.tf b/monitoring/main.tf index 47fff0c..efbf34f 100644 --- a/monitoring/main.tf +++ b/monitoring/main.tf @@ -61,7 +61,7 @@ variable "agent_id" { description = "The ID of the agent to monitor." } -data "coder_monitoring" "resources" { +data "coder_monitoring" "monitoring" { name = "monitoring" description = var.description threshold = var.threshold