Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/irshit033/terraform-three-tier-architectuer-deploy
- Owner: IRSHIT033
- Created: 2024-07-10T09:53:44.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-10T14:10:14.000Z (6 months ago)
- Last Synced: 2024-10-17T02:28:16.513Z (3 months ago)
- Language: HCL
- Size: 8.79 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```