Pug is a full screen terminal user interface for terraform.<p>I wanted a tool that could scale terraform without leaving the terminal. There are plenty of SaaS products (terraform cloud, etc), and yes there is terragrunt but its interface is sorely lacking. I want logs to be organized and easily accessible. I also wanted to view and manage state resources at scale without endlessly rattling out `terraform state ...` commands.<p>Pug provides all this in one small binary. You can fire off 1000s of terraform plans and applies and see their output in real-time. All the common terraform commands are supported. State is automatically refreshed following changes. You can swap out terraform for opentofu or terragrunt.<p>In future Pug could be taken beyond a single-user, single-machine app. Processes could be launched on kubernetes, teams could share and approve plans, pull requests managed automatically, real-time updates relayed from other users etc. The end-to-end infrastructure deployment workflow would be possible without leaving the terminal.<p><a href="https://github.com/leg100/pug">https://github.com/leg100/pug</a>