google_cloud_run_service_iam_policy

Retrieves the current IAM policy data for service

example

data "google_cloud_run_service_iam_policy" "policy" {
  location = google_cloud_run_service.default.location
  project = google_cloud_run_service.default.project
  service = google_cloud_run_service.default.name
}

Argument Reference

The following arguments are supported:

Attributes Reference

The attributes are exported: