Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alisdair/vpc-asg-terramino
https://github.com/alisdair/vpc-asg-terramino
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/alisdair/vpc-asg-terramino
- Owner: alisdair
- Created: 2022-11-16T19:54:12.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-31T17:42:48.000Z (almost 2 years ago)
- Last Synced: 2024-10-12T20:57:12.438Z (24 days ago)
- Language: HCL
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vpc-asg-terramino
A deployment of the [Terramino tetris game](https://github.com/hashicorp/learn-terramino) using separate workspaces for the network and application components.
```mermaid
graph TD
vpc -->|vpc_id, public_subnets| app;
```