https://github.com/dirien/pulumi-github
Pulumi program to manage my GitHub repositories
https://github.com/dirien/pulumi-github
github iac pulumi
Last synced: 7 months ago
JSON representation
Pulumi program to manage my GitHub repositories
- Host: GitHub
- URL: https://github.com/dirien/pulumi-github
- Owner: dirien
- License: apache-2.0
- Created: 2021-12-11T10:23:10.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-23T08:10:18.000Z (10 months ago)
- Last Synced: 2025-03-18T06:44:04.427Z (7 months ago)
- Topics: github, iac, pulumi
- Language: Go
- Homepage:
- Size: 278 KB
- Stars: 10
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
## Pulumi GitHub Repository
This Pulumi program manages all of my future GitHub repositories.
see [GitHub Provider](https://www.pulumi.com/registry/packages/github/) for details on the GitHub provider.
### How to export existing GitHub repositories
I keep `` and `` the same.
```bash
pulumi import github:index/repository:Repository --protect=false
```