stackitcloud / terraform-provider-stackit

The official Terraform provider for STACKIT
https://registry.terraform.io/providers/stackitcloud/stackit
Apache License 2.0
30 stars 11 forks source link

handle Argus Alerts over Terrform #408

Open fasibio opened 2 weeks ago

fasibio commented 2 weeks ago

Is there some plan to add terraform ressource to handle argus alters directly by terraform ?

DiogoFerrao commented 2 weeks ago

Hey @fasibio, The Argus alerting setup (explained here) uses Prometheus and Alertmanager. We currently have a plan to integrate the configuration of the Argus Alertmanager (routes and receivers) in the Terraform provider by the end of Q3 2024. Regarding the integration of the Prometheus side (alert groups, records and rules), I cannot provide a concrete timeline but we are working towards having these included in the Provider as well.

Does this answer your question?