This repository contains code and exercises from a udemy training that I participated in in oder to enhance my AWS terraform skills.
@dmichel90
The repository is divided into separate folders. Each folder is a separate exercise / chapter.
In order to make use of this modules, you need to have an AWS account and terraform installed. Then, you can direct your CLI to a folder and execute follwing commands:
terraform init
to initiliaze this module. Then,
terraform plan
to see the result. Finally,
terraform apply
to realize the changes. You can also see the results in AWS UI like the creation of an EC2-instance.