Skip to content

learning and exercises from a udemy training that I participated in

Notifications You must be signed in to change notification settings

dmichel90/terraform-for-aws-beginner-to-expert

Repository files navigation

terraform for aws beginner to expert

This repository contains code and exercises from a udemy training that I participated in in oder to enhance my AWS terraform skills.

Repository Ownership

@dmichel90

Structure

The repository is divided into separate folders. Each folder is a separate exercise / chapter.

Usage

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.

About

learning and exercises from a udemy training that I participated in

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published