google_artifact_registry_repository

Get information about a Google Artifact Registry Repository. For more information see the official documentation and API.

Example Usage

data "google_artifact_registry_repository" "my-repo" {
  location      = "us-central1"
  repository_id = "my-repository"
}

Argument Reference

The following arguments are supported:


Attributes Reference

See google_artifact_registry_repository resource for details of the available attributes.