From e248dffa2fb6344d8d5e7a781b16383564f138a1 Mon Sep 17 00:00:00 2001 From: Nim Jayawardena Date: Tue, 29 Oct 2024 12:10:25 -0400 Subject: [PATCH 1/2] Add placeholder change --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index 803ed30..a6e4a5a 100644 --- a/main.tf +++ b/main.tf @@ -20,7 +20,7 @@ data "google_project" "project" { locals { api_image = (var.database_type == "mysql" ? "gcr.io/sic-container-repo/todo-api" : "gcr.io/sic-container-repo/todo-api-postgres:latest") - fe_image = "gcr.io/sic-container-repo/todo-fe" + fe_image = "gcr.io/sic-container-repo/todo-fe" // Placeholder change api_env_vars_postgresql = { redis_host = google_redis_instance.main.host From db92dd02765876af9d0736f9667d61096417e0c3 Mon Sep 17 00:00:00 2001 From: Nim Jayawardena Date: Tue, 29 Oct 2024 14:56:42 -0400 Subject: [PATCH 2/2] Update main.tf --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index a6e4a5a..712a5aa 100644 --- a/main.tf +++ b/main.tf @@ -20,7 +20,7 @@ data "google_project" "project" { locals { api_image = (var.database_type == "mysql" ? "gcr.io/sic-container-repo/todo-api" : "gcr.io/sic-container-repo/todo-api-postgres:latest") - fe_image = "gcr.io/sic-container-repo/todo-fe" // Placeholder change + fe_image = "gcr.io/sic-container-repo/todo-fe" // Placeholder change [updated to trigger re-run] api_env_vars_postgresql = { redis_host = google_redis_instance.main.host