google_cloudfunctions_function_iam_policy

Retrieves the current IAM policy data for cloudfunction

example

data "google_cloudfunctions_function_iam_policy" "policy" {
  project = google_cloudfunctions_function.function.project
  region = google_cloudfunctions_function.function.region
  cloud_function = google_cloudfunctions_function.function.name
}

Argument Reference

The following arguments are supported:

Attributes Reference

The attributes are exported: