canonical / cos-configuration-k8s-operator

https://charmhub.io/cos-configuration-k8s
Apache License 2.0
4 stars 6 forks source link

feat: Adds Terraform module for the charm #81

Open Gmerold opened 8 months ago

Gmerold commented 8 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 base Terraform module for the cos-configuration-k8s charm.

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

simskij commented 7 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.