Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 693 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 693 Bytes

Repository Manager

This manages the repos, teams and members of the cdk.dev Github organization. Manual changes will be overwritten.

This uses Terraform CDK and the prebuilt Github Provider. The Terraform state is kept in the Terraform Cloud and it's gonna be deployed via Github Actions (not yet implemented).

Usage

Make sure you have a GITHUB_TOKEN set in your env. You'll also have to have access to the cdk-dev Terraform Cloud organization.

yarn install
cdktf diff / deploy

Foo