From 1c6c798434fa07187c16803ba85a7eb21602e4fb Mon Sep 17 00:00:00 2001 From: Bharath KKB Date: Thu, 9 Dec 2021 17:23:08 -0600 Subject: [PATCH] chore: add a link to TF module (#86) --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 8f1b7ad..016143f 100644 --- a/README.md +++ b/README.md @@ -396,6 +396,9 @@ To exchange a GitHub Actions OIDC token for a Google Cloud access token, you must create and configure a Workload Identity Provider. These instructions use the [gcloud][gcloud] command-line tool. +Alternatively, you can also use the [gh-oidc](https://github.com/terraform-google-modules/terraform-google-github-actions-runners/tree/master/modules/gh-oidc) +Terraform module to automate your infrastructure provisioning. See [examples](https://github.com/terraform-google-modules/terraform-google-github-actions-runners/tree/master/examples/oidc-simple) for usage. + 1. Create or use an existing Google Cloud project. You must have privileges to create Workload Identity Pools, Workload Identity Providers, and to manage Service Accounts and IAM permissions. Save your project ID as an environment