google_cloud_tasks_queue_iam_policy

Retrieves the current IAM policy data for queue

example

data "google_cloud_tasks_queue_iam_policy" "policy" {
  project = google_cloud_tasks_queue.default.project
  location = google_cloud_tasks_queue.default.location
  name = google_cloud_tasks_queue.default.name
}

Argument Reference

The following arguments are supported:

Attributes Reference

The attributes are exported: