dinushchathurya / terraform-2-tier-architecture

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Inialize

terraform init

Plan

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

Apply

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

About

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


Languages

Language:HCL 100.0%