canonical / alertmanager-k8s-operator

This charmed operator automates operation procedures of Alertmanager, the alerting component of Prometheus and Loki, among others.
https://charmhub.io/alertmanager-k8s
Apache License 2.0
4 stars 16 forks source link

feat: Adding Terraform module #222

Open Gmerold opened 5 months ago

Gmerold commented 5 months ago

Context: Telco team is trying to build Terraform modules for the Charmed 5G, using the Juju Terraform provider. Main reason for having Terraform modules is that, unlike Juju bundles, they support day 2 operations.

This PR adds a Terraform module for the Alertmanager charm. The module uses Terraform Juju provider and allows deploying Alertmanager using Terraform.

All details regarding module's architecture are available in terraform/README.md.

In the next step, this base module will be used by the cos-lite Terraform module (prototype here).

simskij commented 5 months ago

So, we had a brief discussion about this yesterday, and we haven't really agreed on whether we want the modules scattered across the repos, or if we want all of them in the cos-lite-bundle repo. Let's park this PR until we've had a chance to decide.