Comment on Automate Your NetworkparentComments−thestepafter3yI’m currently using Ansible for something similar. Mind if I ask why you switched to Terraform?−nu11ptr3yFaster: 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 itMore standard: Writing HCL is very similar between providers. Every module in Ansible typically behaves pretty differently
Comments
I’m currently using Ansible for something similar. Mind if I ask why you switched to Terraform?
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