svthalia / sideproject-template

This will be a template you can use to start a side project, such as a website for an event.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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"
        # ...
    }

About

This will be a template you can use to start a side project, such as a website for an event.


Languages

Language:HCL 100.0%