hashicorp / terraform-provider-google

Terraform Provider for Google Cloud Platform
https://registry.terraform.io/providers/hashicorp/google/latest/docs
Mozilla Public License 2.0
2.35k stars 1.75k forks source link

Support cloud_scheduler_job_iam resources #13935

Open goodspark opened 1 year ago

goodspark commented 1 year ago

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

resource "google_cloud_scheduler_job_iam_member" "perms" {
  project = ...
  name = ...
  member = ...
  role = ...
}

References

DrFaust92 commented 1 year ago

not supported by api atm https://cloud.google.com/scheduler/docs/reference/rest