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

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

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)