Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ductnn/terraform-til
TERRAFORM
https://github.com/ductnn/terraform-til
ansible aws terraform
Last synced: 1 day ago
JSON representation
TERRAFORM
- Host: GitHub
- URL: https://github.com/ductnn/terraform-til
- Owner: ductnn
- Created: 2021-04-12T15:10:58.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-04T17:06:08.000Z (over 3 years ago)
- Last Synced: 2024-04-22T21:13:10.352Z (10 months ago)
- Topics: ansible, aws, terraform
- Language: HCL
- Homepage:
- Size: 222 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
---
title: Terraform
---# Compatibility
* This is the >=terraform-0.12 branch. For compatibility with older versions, use the terraform-0.11 branch.
# Demo overview
Demo Directory | Description
------------ | -------------
[ductn/demo](https://github.com/ductnn/terraform-til/tree/master/ductn/demo) | Demo deploy a web app to AWS using terraform and ansible
[ductn/demo-modules](https://github.com/ductnn/terraform-til/tree/master/ductn/demo-modules) | Demo deploy a web app to AWS using terraform (write in module) and ansible
[first-steps](https://github.com/ductnn/terraform-til/tree/master/first-steps) | First steps
[demo-1](https://github.com/ductnn/terraform-til/tree/master/demo-1) | First steps: Launching an EC2 instance
[demo-2](https://github.com/ductnn/terraform-til/tree/master/demo-2) | Using provisioner
[demo-2b](https://github.com/ductnn/terraform-til/tree/master/demo-2b) | Using provisioner on a Windows instance
[demo-3](https://github.com/ductnn/terraform-til/tree/master/demo-3) | Executing script locally
[demo-4](https://github.com/ductnn/terraform-til/tree/master/demo-4) | Outputting
[demo-5](https://github.com/ductnn/terraform-til/tree/master/demo-5) | Data Source
[demo-6](https://github.com/ductnn/terraform-til/tree/master/demo-6) | Modules
[demo-7](https://github.com/ductnn/terraform-til/tree/master/demo-7) | AWS VPC
[demo-8](https://github.com/ductnn/terraform-til/tree/master/demo-8) | EC2 instance within VPC with securitygroup
[demo-9](https://github.com/ductnn/terraform-til/tree/master/demo-9) | EC2 instance with EBS volumes
[demo-10](https://github.com/ductnn/terraform-til/tree/master/demo-10) | Userdata and cloudinit
[demo-11](https://github.com/ductnn/terraform-til/tree/master/demo-11) | Route53 (DNS)
[demo-12](https://github.com/ductnn/terraform-til/tree/master/demo-12) | RDS
[demo-13](https://github.com/ductnn/terraform-til/tree/master/demo-13) | IAM
[demo-14](https://github.com/ductnn/terraform-til/tree/master/demo-14) | IAM Roles with S3 bucket
[demo-15](https://github.com/ductnn/terraform-til/tree/master/demo-15) | Autoscaling
[demo-16](https://github.com/ductnn/terraform-til/tree/master/demo-16) | Autoscaling with ELB (Elastic Load Balancer)
[demo-17](https://github.com/ductnn/terraform-til/tree/master/demo-17) | Elastic Beanstalk PHP 7 stack with RDS
[demo-18](https://github.com/ductnn/terraform-til/tree/master/demo-18) | Interpolations, VPC module
[demo-18b](https://github.com/ductnn/terraform-til/tree/master/demo-18b) | Project structure, best practices
[packer-demo](https://github.com/ductnn/terraform-til/tree/master/packer-demo) | Build AMIs with Packer
[jenkins-packer-demo](https://github.com/ductnn/terraform-til/tree/master/jenkins-packer-demo) | Demo with jenkins and Packer
[docker-demo-1](https://github.com/ductnn/terraform-til/tree/master/docker-demo-1) | Using ECR - The EC2 Container Registry
[docker-demo-2](https://github.com/ductnn/terraform-til/tree/master/docker-demo-2) | Using ECS - The EC2 Container Service
[docker-demo-3](https://github.com/ductnn/terraform-til/tree/master/docker-demo-3) | Using ECR/ECS with Jenkins in a complete workflow
[module-demo](https://github.com/ductnn/terraform-til/tree/master/module-demo) | Using ECS + ALB in 4 modules to show how developing terraform modules work