github.com/thiagoyeds/go-cloud@v0.26.0/internal/admin/README.md (about)

     1  # The Go CDK Project Terraform Setup
     2  
     3  This is a [Terraform][] configuration for the Go CDK open source project. It
     4  manages GitHub ACLs, issue labels, and the module proxy buckets on GCS. To apply
     5  the configuration to the project's resources, [sign into the gcloud
     6  CLI][gcloud auth application-default login], grab a [GitHub access token][], and then do the
     7  following:
     8  
     9  ```bash
    10  internal/admin$ echo 'github_token = "INSERT TOKEN HERE"' > terraform.tfvars
    11  internal/admin$ terraform init
    12  internal/admin$ terraform apply
    13  ```
    14  
    15  [`gcloud auth application-default login`]: https://cloud.google.com/sdk/gcloud/reference/auth/application-default/login
    16  [GitHub access token]: https://github.com/settings/tokens/new?scopes=repo
    17  [Terraform]: https://www.terraform.io/