Skip to content

Commit

Permalink
Update main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
NimJay authored Oct 29, 2024
1 parent e248dff commit db92dd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit db92dd0

Please sign in to comment.