Managing your organisations GitHub configuration with Terraform
Pre-requisites
- You have created a new Terraform project Cookiecutter. Terragrunt installed (link to Terragrunt post, which details installation of tgenv) Terraform installed (link to Terragrunt post, which details installation of tfenv) skeleton structure created
- You have a GitHub account.
- You have a PAT token.
- You have created a GitHub organisation (or should this be done as part of the Terraform?).
Steps
Create a new terraform project
mkdir my-github-resources
cd my-github-resources