terraform-google-modules / terraform-google-iam

Manages multiple IAM roles for resources on Google Cloud
https://registry.terraform.io/modules/terraform-google-modules/iam/google
Apache License 2.0
189 stars 170 forks source link

cloud_run_services_iam doesn't support cloud run jobs #187

Closed pputman-clabs closed 1 year ago

pputman-clabs commented 1 year ago

TL;DR

Currently only type "services" of cloud run are supported, but would like to also include "jobs"

Terraform Resources

https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/cloud_run_v2_job

Detailed design

It should be as simple as either creating a new module almost identical to the existing one for services, or just adding an option in the existing one that would call the cloud run jobs resource if set, rather than services.

Additional information

No response

github-actions[bot] commented 1 year ago

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days