Source: jakeasarus.medium.com

Terraform Tips: My Favorite Tools
Tfswitch allows you to switch between different versions of Terraform on the fly. In addition to switching between Terraform versions tfswitch will download any version of Terraform you do not have installed if the version is selected.

All you have to do is change directory to your Terraform configuration files and run this command: Then copy the output that will look something like this: Paste this output into a README.md file for your module.

Here is what it looks like: This probably goes without saying, but I use HashiCorp Terraform to highlight the terraform syntax and verify that my code looks correct. Here is some code that looks good: Here is some that looks bad: It won’t solve your syntax problems for you, of course.

Related Articles