Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/theodesp/terraform-topologies
Reference terraform topologies for future deployments.
https://github.com/theodesp/terraform-topologies
aws infrastructure-as-code terraform
Last synced: about 5 hours ago
JSON representation
Reference terraform topologies for future deployments.
- Host: GitHub
- URL: https://github.com/theodesp/terraform-topologies
- Owner: theodesp
- License: mit
- Created: 2018-11-07T19:08:27.000Z (about 6 years ago)
- Default Branch: revert
- Last Pushed: 2018-11-16T22:53:05.000Z (about 6 years ago)
- Last Synced: 2024-10-19T09:18:18.563Z (4 months ago)
- Topics: aws, infrastructure-as-code, terraform
- Language: HCL
- Size: 108 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
terraform-topologies
---Reference terraform topologies for future deployments.
Take it and use it## Topologies
#### General
General example topologies
1. **Modules**: Using modules and local_exec
2. **Backends**: Using backends#### AWS
Amazon web services specific.1. **Instance with Ip**: Single instance with elastic ip
![img](./aws/instance-with-ip/instance-ip.png)
2. **instance-with-provision-and-key-pair**: Single instance with elastic ip and local provision with ssh keys.
3. **Setup security groups**: Security Group.
4. **Instance with EBS**: Instance with EBS volume.
5. **IAM**: Example with Iam policy.
6. **VPC**: See [article](https://dev.to/duduribeiro/creating-your-cloud-servers-with-terraform-2lpd)
![img](./aws/vpc-example/vpc-1.png)## LICENCE
Copyright © 2017 Theo Despoudis MIT license