Hi! I've checked Terraform official documentation, but all the projects listed there seem are either abandoned (last commits 2-3 years ago) or not maintained. There is go-tfe but I don't want to code on go. I wonder if there is any library for any of well known scripting languages ( python, ruby, perl ) that I could use ?
I'd probably go with Rest API and implement all the logic myself, I just hope that there should be already well maintained libraries, so I could have some short cuts and don't waste my time reinventing wheels.