https://github.com/shahid-2020/infrastructure-github-manager
Terraform-managed GitHub infrastructure
https://github.com/shahid-2020/infrastructure-github-manager
infrastructure-as-code terraform
Last synced: 12 months ago
JSON representation
Terraform-managed GitHub infrastructure
- Host: GitHub
- URL: https://github.com/shahid-2020/infrastructure-github-manager
- Owner: shahid-2020
- License: mit
- Created: 2025-07-06T08:20:08.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-07-06T08:45:09.000Z (12 months ago)
- Last Synced: 2025-07-06T09:34:17.761Z (12 months ago)
- Topics: infrastructure-as-code, terraform
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Github Manager
This repository is a Terraform setup for managing all GitHub-related configuration as **Infrastructure as Code (IaC)**.
Everything is defined in code so it’s consistent, repeatable, and version-controlled.
This setup uses local state by default and includes a reusable module for creating multiple repositories with the same secure settings.
A simple GitHub Actions workflow checks Terraform formatting and validation on every pull request to `main` to help keep the configuration clean.
---
**Purpose:**
Keep **all GitHub org and repo management automated**, secure, and easy to maintain.