.. | ||
repository | ||
main.tf | ||
README.md | ||
variables.tf |
The Go CDK Project Terraform Setup
This is a Terraform configuration for the Go CDK open source project. It manages GitHub ACLs, issue labels, and the module proxy buckets on GCS. To apply the configuration to the project's resources, [sign into the gcloud CLI][gcloud auth application-default login], grab a GitHub access token, and then do the following:
internal/admin$ echo 'github_token = "INSERT TOKEN HERE"' > terraform.tfvars
internal/admin$ terraform init
internal/admin$ terraform apply