chore(infra): bump tf environments to fast-forward (#8197)

This will perform the final staging test that will ensure the pending
prod deploy will work smoothly.
This commit is contained in:
Jamil
2025-02-19 00:36:12 -08:00
committed by GitHub
parent 0c324139e5
commit bb999b73f3
2 changed files with 2 additions and 2 deletions

View File

@@ -276,7 +276,7 @@ resource "google_compute_instance_template" "application" {
resource "google_compute_health_check" "port" {
project = var.project_id
name = "${local.application_name}-${var.health_check.name}"
name = "${local.application_name}-${var.health_check.name}-${var.naming_suffix}"
check_interval_sec = var.health_check.check_interval_sec != null ? var.health_check.check_interval_sec : 5
timeout_sec = var.health_check.timeout_sec != null ? var.health_check.timeout_sec : 5