Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/endurancecode/terraform-playground
- Owner: EnduranceCode
- Created: 2023-07-13T09:06:12.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-07-14T16:23:01.000Z (over 1 year ago)
- Last Synced: 2023-07-14T17:31:56.602Z (over 1 year ago)
- Topics: infrastructure-as-code, terraform
- Language: HCL
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.