From 3890bede62a0d726c13f2ee1c7c78e9b8d5fa21d Mon Sep 17 00:00:00 2001 From: Christopher Hicks Date: Sat, 1 Nov 2025 00:09:43 -0700 Subject: [PATCH 1/2] spelling improvement in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 97287d7..01ffc29 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,6 @@ Tucows Interview Exercise DevOps * Must include API and Database servers * Must be deployed within a specific region * Must follow VPC best practices - * Only web ports could be exposed + * Only web ports should be exposed * Must have logging and alerting provided * Include terraform plan output to confirm a succesfull execution plan creation From 7762e7520a00709b8fd07ea3615d5b5752f6ff48 Mon Sep 17 00:00:00 2001 From: Christopher Hicks Date: Sat, 1 Nov 2025 00:13:25 -0700 Subject: [PATCH 2/2] fixes for markdownlint --- README.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 01ffc29..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 should 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