We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab24353 commit f07946aCopy full SHA for f07946a
1 file changed
infra/gcp/main.tf
@@ -77,7 +77,7 @@ resource "google_cloud_run_service" "fastapi_service" {
77
spec {
78
containers {
79
80
- image = "${data.google_artifact_registry_repository.container_registry.location}-docker.pkg.dev/${var.project_id}/${google_artifact_registry_repository.container_registry.name}/fastapi:latest"
+ image = "${data.google_artifact_registry_repository.container_registry.location}-docker.pkg.dev/${var.project_id}/${data.google_artifact_registry_repository.container_registry.name}/fastapi:latest"
81
resources {
82
limits = {
83
memory = "2048Mi"
0 commit comments