feat: Add new Terraform file and fix variable references in existing files
This commit is contained in:
parent
538fed9a66
commit
3e1146ee9d
4 changed files with 3 additions and 6 deletions
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
// The Artifact Registry repository for our app
|
||||
resource "google_artifact_registry_repository" "app-repo" {
|
||||
location = vas.region
|
||||
location = var.region
|
||||
repository_id = "app-repo"
|
||||
description = "App Docker repository"
|
||||
format = "DOCKER"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue