Hacker News new | ask | show | jobs
by thestepafter 1080 days ago
I’m currently using Ansible for something similar. Mind if I ask why you switched to Terraform?
1 comments

Faster: it uses a local state file, so it doesn't need to interrogate the devices every time.

Stateful: you don't have to manually track "present" and "absent" - you just omit and it will notice it needs to delete it

More standard: Writing HCL is very similar between providers. Every module in Ansible typically behaves pretty differently