https://github.com/andsarr/terraform_learning
Source code of the tutorials I have taken to learn Terraform
https://github.com/andsarr/terraform_learning
aws infrastructure-as-code terraform terraform-aws
Last synced: about 2 months ago
JSON representation
Source code of the tutorials I have taken to learn Terraform
- Host: GitHub
- URL: https://github.com/andsarr/terraform_learning
- Owner: andsarr
- Created: 2019-10-10T11:02:28.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-09-20T07:58:32.000Z (almost 5 years ago)
- Last Synced: 2025-06-03T17:11:09.677Z (about 1 year ago)
- Topics: aws, infrastructure-as-code, terraform, terraform-aws
- Language: HCL
- Size: 1.27 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Terraform Learning
This repository is a collection of tutorials that I have been taking to learn how to deploy infrastructure as code
using [Terraform](https://www.terraform.io/) in [AWS](http://console.aws.amazon.com).
## Structure
Inside each folder you can find more information about the content of the tutorials and the source.
* `vpc_and_ec2`: Source code for [VPC Solutions with EC2 for Production: AWS with Terraform](https://www.packtpub.com/application-development/vpc-solutions-ec2-production-aws-terraform-video).