I am automating the Kubernetes cluster following the starter kit: https://github.com/digitalocean/Kubernetes-Starter-Kit-Developers/tree/main/15-automate-with-terraform-flux
Our database is managed PG database on DO (outside of kubernetes cluster). In order to allow connection to DB, I need to add a tag to the droplets. How can I do that automatically? Or there is a better way to do it?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Can you execute Digital Ocean CLI commands from your Terraform setup? If so, then this should help:
https://docs.digitalocean.com/reference/doctl/reference/compute/droplet/tag/