Skip to content

Commit

Permalink
chore: fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
JasperHG90 committed Feb 17, 2024
1 parent b1461a8 commit a81c249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ resource "google_artifact_registry_repository" "docker_registry" {
resource "google_artifact_registry_repository" "docker_utils_registry" {
provider = google-beta
location = var.gcp_region
repository_id = module.naming_main.artifact_registry["utils"]
repository_id = module.naming_main.artifact_registry["utilities"]
project = var.gcp_project
format = "DOCKER"
}
Expand Down

0 comments on commit a81c249

Please sign in to comment.