this post was submitted on 26 Mar 2025
61 points (95.5% liked)

Programming

22204 readers
129 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] pezhore 1 points 4 months ago

I use it daily and it's about the best thing for non-kubernetes, non-physical deployments. I've used it to manage DNS records, VMware deployments, firewall rules, ec2 instances, and IAM roles among other things.

The hardest part for me is more advanced techniques like selectively merging maps (key/value pairs) or otherwise manipulating a config solely using native terraform functions and loops. It can also be a bit annoying for collaboration - if two people work on the same project independently, there's a chance for accidental deletion of resources (Bill adds code to create 2 servers and runs Terraform to provision them, Sue runs her version of the code which doesn't have the 2 servers and Terraform deletes the 2 servers).