Skip to content

PortalMario/terraforming-training

Repository files navigation

terraforming-training

This project aims to teach/show and how to work/use terraform and terragrunt.

It covers basic principles as well as advanced techniques for both tools. One can simply play around with the code and read the corresponding documentation that comes with this documentation.

Recommended Platform

Linux (e.g.: Ubuntu) or Windows. However windows requires some additional configuration for docker to work fine with terraform.

Requirements

Usage

$ cd terraform
$ terraform init
$ terraform apply
$ terrafrom destroy

After we jumped into the terraform directory we initialize the working directory and apply the code.

Afterwards we remove our newly created resources.

Getting Started

Follow the instructions of: TRAINER.md

About

Basic Principles for Terraform and Terragrunt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages