This repository is for custom Terraform modules.
- Install the VS Code AzureRM Terraform extension
- Download Terraform 0.12.x, extract it to a location, and add that location to your path
Still working on this! Terratest is on the way soon (I hope)!
- Make sure to make your modules as independent as possible.
- Name modules in a way that clearly shows the resource type.
- Make variable names clear. Match them with the resource's property names as much as possible.
- Use the Description property for variables. Help your end users!
- Make output names concise. Match them with the resource's output names as much as possible.