Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/endurancecode/terraform-playground

Code written following tutorials to learn Terraform
https://github.com/endurancecode/terraform-playground

infrastructure-as-code terraform

Last synced: 16 days ago
JSON representation

Code written following tutorials to learn Terraform

Awesome Lists containing this project

README

        

# Terraform playground

This repository contains **code** written following tutorials and developing projects while learning about [Terraform](https://www.terraform.io/).

## Repository Structure

There's a folder in the root of this repository for each tutorial followed. Each of those folders contains one or more projects that can be imported to any [IDE](https://en.wikipedia.org/wiki/Integrated_development_environment).

## Code Tutorials and Courses

### AWS - Build Infrastructure

The code written following the [AWS - Build Infrastructure](https://developer.hashicorp.com/terraform/tutorials/aws-get-started/aws-build) tutorial is stored in the folder [`learn-terraform-aws-instance`](./learn-terraform-aws-instance/) of this repository.

### Docker - Build Infrastructure

The code written following the [Docker - Build Infrastructure](https://developer.hashicorp.com/terraform/tutorials/docker-get-started/docker-build) tutorial is stored in the folder [`learn-terraform-docker-container`](./learn-terraform-docker-container/) of this repository.

### Gruntwork - Introduction to Terraform

The code written following the [Gruntwork - Introduction to Terraform](https://blog.gruntwork.io/an-introduction-to-terraform-f17df9c6d180) tutorial is stored in the folder [`gruntwork-introduction-terraform`](./gruntwork-introduction-terraform/) of this repository.

### Terraform for the Absolute Beginners with Labs

The code written following the [Terraform for the Absolute Beginners with Labs](https://www.udemy.com/course/terraform-for-the-absolute-beginners/) course is stored in the folder [`terraform-absolute-begginers`](./terraform-absolute-begginers/) of this repository.

### Terraform Beginner to Advanced - Using Amazon Web Services

The code written following the [Terraform Beginner to Advanced - Using Amazon Web Services](https://www.udemy.com/course/terraform-beginner-to-advanced-using-amazon-web-services/) course is stored in the folder [`terraform-begginers-to-advanced`](./terraform-begginers-to-advanced/) of this repository.