ar
Artifact Registry
ContainersGCP
General
General information about the service.
Description
Google Artifact Registry is a fully managed service for storing, managing, and securing container images and language packages.
Service ID
artifactregistry.googleapis.comResource Pattern
projects/{project}/locations/{location}/repositories/{repository}References
Chat
Powered by AITalk to this service to learn more about it.
Suggested questions:
Naming
The conventions, rules, and restrictions for naming this service.
Naming Convention
ar-{workload}-{environment}Length
1-63
Valid Characters
Lowercase letters, numbers, hyphens
Scope
project
Code
Deploy your infrastructure as code using your preferred tooling.
Official Documentation
terraform
1resource "google_artifact_registry_repository" "main" {2 location = var.region3 repository_id = "ar-${var.environment}"4 format = "DOCKER"5}
Utilities
Utilities to support app deployment or configuration.