Skip to content

Commit

Permalink
Fix Artifact Registry Repository URI test (#12668)
Browse files Browse the repository at this point in the history
  • Loading branch information
shuyama1 authored Dec 31, 2024
1 parent 384ea49 commit 44c6e75
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ resource "google_artifact_registry_repository" "{{$.PrimaryResourceId}}" {
remote_repository_config {
description = "pull-through cache of another Artifact Registry repository by URL"
common_repository {
uri = "https://us-central1-docker.pkg.dev/{{index $.TestEnvVars "project_id"}}/{{index $.Vars "upstream_repository_id"}}"
uri = "https://us-central1-docker.pkg.dev/${data.google_project.project.project_id}/{{index $.Vars "upstream_repository_id"}}"
}
}
depends_on = [google_artifact_registry_repository.upstream_repo]
}

0 comments on commit 44c6e75

Please sign in to comment.