chainguard-dev / terraform-google-prober

A terraform module and Go library for deploying probers to Google Cloud Run
https://registry.terraform.io/modules/chainguard-dev/prober/google/latest
Apache License 2.0
3 stars 4 forks source link

Feature: Require specifying the Google Service Account to run as. #20

Closed mattmoor closed 1 year ago

mattmoor commented 1 year ago

:gift: This changes the module to allow the caller to specify the google service account as which to run.

This allows the caller to have greater control over the service account name, and to authorize the service account to take actions prior to invoking the module to spin up the Cloud Run service.

/kind feature

mattmoor commented 1 year ago

Going to merge this, since I believe it satisfies our needs, but will hold off on cutting a release until sometime next week.