Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/irshit033/terraform-three-tier-architectuer-deploy


https://github.com/irshit033/terraform-three-tier-architectuer-deploy

Last synced: 28 days ago
JSON representation

Awesome Lists containing this project

README

        

# Deploy Three Tier Architecture In Terraform

## step 1:

clone the repository

## step 2:

download AWS & Terraform CLI

## step 3:

configure aws cli

```
aws configure
```

## step 4:

```
terraform init
```

## step 5:

```
terraform plan
```

## step 6:

```
terraform apply
```