Hi @tung Thanks for your response. I guess I now need to learn ruby to interact with terraspace programatically, but thats something i have to do eventually anyways.
I also had one more query.
As far as i read the docs, we have env specific tfvars for each stack and we run TS_ENV=dev terraspace up demo
for dev and TS_ENV=prod terraspace up demo
for prod. so my question is how can do both these at the same time ? like i wanna deploy some stack in dev and prod in parallel. is there a way to achieve this ? something like TS_ENV=dev,prod,stage terraspace up demo
which deploys the demo stack in all three envs (dev/prod/stage) , in parallel and not sequential.
Highly appreciate any sort of pointers on this. Thanks.