Skip to content

Emmylong1/terraform-3-tier-webapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Building a 3-Tier Architecture for in AWS using Terraform

In this project, we will build a the architecture for a web app in AWS.

The main.tf files contains almost all the configuration needed to provision the infrastructure.

To kick if off, add or export your AWS CLI credentials and run the following commands from your terminal

terraform init

terraform plan --var-file=testing.tfvars

terraform apply --var-file=testing.tfvars

https://medium.com/@emmanuelibok505/build-a-three-tier-web-application-using-terraform-d3bad86435ce

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published