Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crazyoptimist/terraform-multi-tiered-application
Infrastructure as Code demonstration of a multi-tiered web application
https://github.com/crazyoptimist/terraform-multi-tiered-application
Last synced: 13 days ago
JSON representation
Infrastructure as Code demonstration of a multi-tiered web application
- Host: GitHub
- URL: https://github.com/crazyoptimist/terraform-multi-tiered-application
- Owner: crazyoptimist
- Created: 2021-12-22T06:36:12.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-28T06:32:38.000Z (almost 3 years ago)
- Last Synced: 2024-10-03T21:41:15.153Z (about 1 month ago)
- Language: HCL
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Terraform Multi-tiered Application Infrastructure
Infrastructure as Code demonstration of a multi-tiered web application
This repo adopts modularization approach, specifically *nested modules*(as opposed to *flat modules*)![image](https://user-images.githubusercontent.com/55074937/147047988-3d2fd270-89c8-4f25-8923-d9558ff8c8e7.png)
Typical multi-tiered web application architecture
## Credits
All the contents used in the repo are from "Terraform in Action" by Winkler S.