Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment. If the issue is assigned to the "modular-magician" user, it is either in the process of being autogenerated, or is planned to be autogenerated soon. If the issue is assigned to a user, that user is claiming responsibility for the issue. If the issue is assigned to "hashibot", a community member has claimed the issue already.
Description
Support IAM support for Cloud Scheduler resources.
I'm trying to setup perms for a service account that applies TF changes to Cloud Schedules and it's failing. I'd like to describe this permission in TF itself, but I can't seem to find an IAM resource in the Google provider docs for this.
New or Affected Resource(s)
google_cloud_scheduler_job_iam_policy
google_cloud_scheduler_job_iam_binding
google_cloud_scheduler_job_iam_member
Potential Terraform Configuration
resource "google_cloud_scheduler_job_iam_member" "perms" {
project = ...
name = ...
member = ...
role = ...
}
Community Note
Description
Support IAM support for Cloud Scheduler resources.
I'm trying to setup perms for a service account that applies TF changes to Cloud Schedules and it's failing. I'd like to describe this permission in TF itself, but I can't seem to find an IAM resource in the Google provider docs for this.
New or Affected Resource(s)
Potential Terraform Configuration
References