Terraforming a Laravel application using AWS ECS Fargate – Part 2
The next step is to create the VPC and ALB. VPC VPC, short for virtual private cloud, allows you to launch AWS services in a logically isolated virtual network. We start by creating a file called variables.tf that will hold variable values of the application. Fill the file with the following content: variable “app_name” {