I am new here so I apologize in advance if this has already been answered elsewhere.
I am curious how you can start using Terraform once you already have close to 100 Merakis deployed in production. I have a script and settings I would like to deploy going forward and it works for new sites, but I'm not sure what to do safely with the ones that already exist.
Presumably, I would like to pull the existing settings down and put them in a .tf file, but I am not sure if it is best to do that.
Also, does anyone have any advice on best practice on how to organize your sites, variables, and settings?
Thanks in advance!