google_notebooks_instance_iam_policy

Retrieves the current IAM policy data for instance

example

data "google_notebooks_instance_iam_policy" "policy" {
  project = google_notebooks_instance.instance.project
  location = google_notebooks_instance.instance.location
  instance_name = google_notebooks_instance.instance.name
}

Argument Reference

The following arguments are supported:

Attributes Reference

The attributes are exported: