Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ahmedalaa14/terraform-practice

Terraform modules to create VPC, ASG that mounts to an EFS automatically.
https://github.com/ahmedalaa14/terraform-practice

asg efs iam terraform terraform-module vpc

Last synced: 7 days ago
JSON representation

Terraform modules to create VPC, ASG that mounts to an EFS automatically.

Awesome Lists containing this project

README

        

# Terraform-Aws-Infrastructure

- Terraform-modules to create VPC,ASG that mounts to an EFS automatically

## Notes
- Every user input variable has it's default value that you can override it but as a start.You just need to hash # the input variable in the main tf file in Every module to run without problems.

## Applying the infrastructure

```bash
terraform init
terraform apply
```

## The Default VPC Architecture

![](./images/vpc.png)

## The Default subnets Cider Blocks

![](./images/subnets.png)