An open API service indexing awesome lists of open source software.

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

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
```