Terraform Contd
Modules
- Modules are resuable terraform templates
- Modules are called from templates
- Refer Here for official docs
Three tier architecture
- Refer Here for the changes done to create network and firewall by calling local modules
- Lets add an compute instance module
- Refer Here for changes which include create a compute instance by local module and creating a mysql db from community module
