Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 348 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 348 Bytes

Terraform - Spin up VPC, ECS Fargate, and App

Needs terraform version 1.0.0 or higher

Modify the tfvars file for the environment you wish to deploy ('_dev.tfvars' for dev, '_stage.tfvars' for staging, '_prod.tfvars' for production)
Deploy using the tfvars file you want to use, for example: 'terraform apply -var-file _dev.tfvars'