This repository is meant to be a tutorial for how to use Terraform for AWS provisioning. It includes basics of deploying simple systems, as well as some tips on how to deploy custom local and remote modules.
-
This tutorial goes over the basics of making sure your environment is set up appropriately.
-
This tutorial goes over the basics of creating multiple resources with a similar configuration using Terraform's repeat functionality.
-
This tutorial goes over how to incorporate local modules in order to re-use your code.
-
This tutorial shows how to incorporate remote, git modules in order to re-use code within your team, your organization, and the world.