/terraform-usecases

A collection of Terraform use cases in AWS

Primary LanguageHCLMIT LicenseMIT

Terraform Use Cases

License: MIT CodeFactor

This repository contains a collection of use cases where Terraform is used to provision resources in AWS to set up environments for various tasks.

List of currently implemented use cases:

Index Title Complexity
1 Provision a Server Simple
2 Provision a Server and a Database Simple
3 Set up a GraphQL API with AppSync and Amazon Aurora Complex

Installing Poetry

Optionally, you can use Poetry to manage the Python dependencies (if you use Python for scripting, etc.).

pipx install poetry # or uv tool install poetry