mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
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:
Submodule terraform/environments updated: c0cfa5890f...13aa93779c
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user