diff --git a/README.md b/README.md index 97287d7..194306a 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,20 @@ # interview-exercise-devops + Tucows Interview Exercise DevOps ## Instructions - Please create a repo in which you will attempt the exercise. - When you are done share repo link with HR -- In a file called setup.md please include instructions on how solution can be tested (if applicable) +- In a file called setup.md please include instructions on how solution can be + tested (if applicable) ## Tasks -* Provide Terraform code which deploys a 2 tier app in AWS with the following requirements. - * Must include API and Database servers - * Must be deployed within a specific region - * Must follow VPC best practices - * Only web ports could be exposed - * Must have logging and alerting provided -* Include terraform plan output to confirm a succesfull execution plan creation +- Provide Terraform code which deploys a 2 tier app in AWS with the following requirements. + - Must include API and Database servers + - Must be deployed within a specific region + - Must follow VPC best practices + - Only web ports should be exposed + - Must have logging and alerting provided +- Include terraform plan output to confirm a succesfull execution plan creation