Hello Robert,
Thanks for these ideas.
I've tried creating all "objects" (Datasheets, Divisions, ...) via Terraform, but it has a lot of problems:
If I want to create a Division and a Queue/s belonging to that Division, I need to do it in two steps: create the Division and only after that, in the second step, create the Queues/s, more than that if I use the "same" config files (file conf. to create a Division). I got an error that Division exists with id=xxxxxxx.
The second "bad" thing about this solution is that the "output" JSON file has a different "format" than the "input" config files, and if I want to use "this information" to create new objects, I have to "copy" parts of this file and manually change the format (delete unnecessary lines, replace ":" with "=", etc.)
If You have any "working" scripts, can You send them to me as examples?