Menu

Github: Automate Code Repos

Nov 12, 2021

Creating and configuring new source code repos can be a tedious process and prone to misconfiguraion. Here are some examples of easy to forget configurations:

One approach to enforce standartization is to handle repo creation and configuration with infrastracture as code. Terraform conveniently has the github provider that empowers us to perform this task fairly easily. Some important constructs to consider during that implementation are:

Related tags:

Site menu

Back to top