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.
- Host: GitHub
- URL: https://github.com/dinushchathurya/terraform-2-tier-architecture
- Owner: dinushchathurya
- Created: 2022-10-18T05:17:13.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-11-24T02:25:34.000Z (almost 4 years ago)
- Last Synced: 2026-05-14T15:05:30.832Z (4 months ago)
- Topics: aws, aws-resources, aws-terraform, devops, dinush, dinush-chathurya, dinushchathurya, iac, iac-terraform, infastructure, infastructure-as-code, terraform, terraform-aws, terraform-infra, terraform-module
- Language: HCL
- Homepage:
- Size: 146 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```