terraform

Quickly access Terraform docs from the CLI or Vim

As I've mentioned before, I use Terraform every day at work, and am constantly looking up the documentation for the many resources. I've had a simple shell script called tfdoc to speed up looking at docs for a while, found here: https://github.com/z0mbix/sysadmin-tools/blob/master/tfdoc Whilst…

ctag support for Terraform

Anyone working in the land of systems and infrastructure automation these days will no doubt have heard of Terraform. At work, we use it for pretty much everything, and being a long time vim user and fan, I wanted to work a little bit smarter as I spend a lot…