Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 785 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 785 Bytes

Side project template

This repository is a template for any side project you might want to start. It is useful for example if you're making a website for an event. Some examples from the past where such a template would be useful are:

  • A website for Thalia's Symposium
  • A website for the introduction week.

This template contains the following stuff:

  • A reusable Terraform module to manage cloud infrastructure on AWS. This can be used in your own repository without copying the source, as shown in the example, by using:
    module "sideproject" {
        source = "github.com/svthalia/sideproject-template//terraform/sideproject?ref=main"
        # ...
    }