google_artifact_registry_repository_iam_policy

Retrieves the current IAM policy data for repository

example

data "google_artifact_registry_repository_iam_policy" "policy" {
  project = google_artifact_registry_repository.my-repo.project
  location = google_artifact_registry_repository.my-repo.location
  repository = google_artifact_registry_repository.my-repo.name
}

Argument Reference

The following arguments are supported:

Attributes Reference

The attributes are exported: