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

https://github.com/dinushchathurya/terraform-2-tier-architecture

2 Tier AWS Infrastructure with VPC, Subnets (Private/Public), Security groups, ALB and Instance and etc.
https://github.com/dinushchathurya/terraform-2-tier-architecture

aws aws-resources aws-terraform devops dinush dinush-chathurya dinushchathurya iac iac-terraform infastructure infastructure-as-code terraform terraform-aws terraform-infra terraform-module

Last synced: 4 months ago
JSON representation

2 Tier AWS Infrastructure with VPC, Subnets (Private/Public), Security groups, ALB and Instance and etc.

Awesome Lists containing this project

README

          

### Inialize

```
terraform init
```

### Plan

```
terraform plan --var-file="./config/terraform.tfvars"
```

### Apply

```
terraform apply --var-file="./config/terraform.tfvars" --auto-approve
```