Devops challenge
Candidate needs to create a GCP account. If needed the candidate should add our evaluator's login to it with viewer access.
Create a Virtual Machine using Terraform which can run nginx and support 10000 concurrent https connections. Run nginx in it enabling SSL and redirecting port 80 to 443 (Use Let's Encrypt or snakeoil certificate) The VM should be reachable using an URL and SSH.
- Private Github repository link with terraform code for the given requirements.
- URL for accessing the running nginx VM.