https://github.com/joseeden/all-things-terraform
"Terraforming" deployments for AWS, Azure, GCP, and other DevOps Projects
https://github.com/joseeden/all-things-terraform
amazon-web-services aws cloud developer-tools devops lambda linux terraform
Last synced: 4 months ago
JSON representation
"Terraforming" deployments for AWS, Azure, GCP, and other DevOps Projects
- Host: GitHub
- URL: https://github.com/joseeden/all-things-terraform
- Owner: joseeden
- License: gpl-3.0
- Created: 2022-06-06T04:07:05.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-11-02T13:47:09.000Z (over 1 year ago)
- Last Synced: 2025-08-30T15:27:50.126Z (5 months ago)
- Topics: amazon-web-services, aws, cloud, developer-tools, devops, lambda, linux, terraform
- Language: HCL
- Homepage:
- Size: 47 MB
- Stars: 17
- Watchers: 2
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# All Things Terraform
This repository contains all the Terraform projects that I've worked on and I'm currently working on.
Make sure to go through the pre-requisites for the labs.
## Pre-requisites
If you're using AWS:
- [Setup Keys and Permissions](./pages/01-Pre-requisites/AWS/001-Setup-Keys-and-Permissions.md)
- [Setup your Environment and install Extensions](./pages/01-Pre-requisites/AWS/002-Setup-Environment-and-Install-Extensions.md)
- [Install Terraform on Linux](./pages/01-Pre-requisites/AWS/003-Install-Terraform-on-Linux.md)
- [Install Terraform on WSL](./pages/01-Pre-requisites/AWS/003-Install-Terraform-on-WSL.md)
- [Install Terraform on Windows Server](./pages/01-Pre-requisites/AWS/004-Install-Terraform-on-Windows-Server.md)
- [Install AWS CLI](./pages/01-Pre-requisites/AWS/005-Install-AWS-CLI.md)
- [Configure the Credentials File](./pages/01-Pre-requisites/AWS/006-Configure-the-Credentials-Profile.md)
- [Create the keypair](./pages/01-Pre-requisites/AWS/007-Create-the-Keypair.md)
If you're using Azure:
- Install Azure CLI
## Resources
- [Terraform 1.0 - Provisioning AWS Infrastructure](https://cloudacademy.com/course/terraform-provisioning-aws-infrastructure/course-introduction/?context_resource=lp&context_id=2377)
- [Hands-On Infrastructure Automation with Terraform on AWS](https://github.com/PacktPublishing/Hands-on-Infrastructure-Automation-with-Terraform-on-AWS)
- [Implementing Terraform with AWS](https://www.pluralsight.com/courses/implementing-terraform-aws)
- [Applying Graph Theory to Infrastructure as Code](https://www.youtube.com/watch?v=Ce3RNfRbdZ0)
- [AWS DynamoDB resource not found exception](https://stackoverflow.com/questions/40192304/aws-dynamodb-resource-not-found-exception)
- [Installing or updating the latest version of the AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html)