Problem scenario
You want to write a Terraform module in AWS. What do you do?
Solution
You will use the keyword “module” in a .tf file, and you will use either “terraform init” or “terraform get” to install the module. The directions below were adapted from https://www.howtoforge.com/how-to-create-a-terraform-module/.
Prerequisite
You need to have Terraform installed;
…
Continue reading “How Do You Write a Terraform Module in AWS?”