Vizzuality/landgriffon

View on GitHub
infrastructure/base/modules/gcp/gcr/outputs.tf

Summary

Maintainability
Test Coverage
output "artifact_registry_repository_url" {
  value = "${google_artifact_registry_repository.repository.location}-docker.pkg.dev/${google_artifact_registry_repository.repository.project}/${google_artifact_registry_repository.repository.name}/main"
}