Terraform configuration for Employee Directory Application example in AWS Technical Essentials
cd assets/
terraform init
terraform plan
terraform apply
Variable | Default value |
---|---|
region |
ap-east-1 |
instance_type |
t3.micro |
ap-east-1
, us-west-2
Employee mugshots don't display correctly in ap-east-1
region due to IllegalLocationConstraintException
, possibly due to the way the app is written - see the links below for details: