resource "google_artifact_registry_repository" "repo" { location = var.region repository_id = "cicd-repo-${var.env_name}" format = "DOCKER" }