From 4f596f9b0ab3eaedd2bc25e6a2138312d8d9cd93 Mon Sep 17 00:00:00 2001 From: Bradley Lunsford Date: Tue, 24 Sep 2024 14:48:35 -0700 Subject: [PATCH] updating image version and proxy config --- terraform-unity/ssm.tf | 2 +- terraform-unity/variables.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/terraform-unity/ssm.tf b/terraform-unity/ssm.tf index c690f66..f478c3f 100644 --- a/terraform-unity/ssm.tf +++ b/terraform-unity/ssm.tf @@ -22,7 +22,7 @@ resource "aws_ssm_parameter" "managementproxy_config" { value = <<-EOT - ProxyPass "http://${var.mgmt_dns}/" upgrade=websocket retry=5 disablereuse=On + ProxyPass "http://${var.mgmt_dns}/" upgrade=websocket retry=5 addressttl=5 ProxyPassReverse "http://${var.mgmt_dns}/" ProxyPreserveHost On FallbackResource /management/index.html diff --git a/terraform-unity/variables.tf b/terraform-unity/variables.tf index 9527aa4..b4f2fd6 100644 --- a/terraform-unity/variables.tf +++ b/terraform-unity/variables.tf @@ -37,7 +37,7 @@ variable "installprefix" { variable "httpd_proxy_version" { description = "The version of the httpd proxy container" type = string - default = "0.16.0" + default = "0.16.1" } variable "ssm_account_id" {