mirror of
https://github.com/empayre/fleet.git
synced 2024-11-07 17:28:54 +00:00
2fbe53b6c9
* Reorganized infrastructure, updated for frontend's loadtesting * Add changes suggested by @chiiph * Moved files per suggestion by Ben * Update docs with new links * Add config for multi account assume role
7 lines
267 B
HCL
7 lines
267 B
HCL
resource "google_artifact_registry_repository" "my-repo" {
|
|
provider = google-beta
|
|
location = var.region
|
|
repository_id = "${var.prefix}-repository"
|
|
description = "repository to hold fleet container images for cloud run"
|
|
format = "DOCKER"
|
|
} |