debian-mirror-gitlab/workhorse-vendor/gocloud.dev/internal/admin
2023-01-13 15:02:22 +05:30
..
repository New upstream version 15.6.4+ds1 2023-01-13 15:02:22 +05:30
main.tf New upstream version 15.6.4+ds1 2023-01-13 15:02:22 +05:30
README.md New upstream version 15.6.4+ds1 2023-01-13 15:02:22 +05:30
variables.tf New upstream version 15.6.4+ds1 2023-01-13 15:02:22 +05:30

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