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?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
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/