Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.26 KB

README.md

File metadata and controls

23 lines (16 loc) · 1.26 KB

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