From 14a27c23de9345e33bb66a1199bc976104802d7f Mon Sep 17 00:00:00 2001 From: Ryan Ahearn Date: Mon, 14 Jul 2025 10:02:01 -0400 Subject: [PATCH] Update cg-egress version --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index db5a46d..1a384fd 100644 --- a/main.tf +++ b/main.tf @@ -161,7 +161,7 @@ resource "cloudfoundry_space_role" "service-account-egress-role" { # egress_proxy: set up the egress proxy app module "egress_proxy" { - source = "github.com/gsa-tts/cg-egress-proxy?ref=bafd6df83b4dae381c7f0b5b9c2cc581ef5b1e97" + source = "github.com/gsa-tts/cg-egress-proxy?ref=f0856cbf84af96b1ce6088a49c71cd8aa414b9b3" cf_org_name = var.cf_org_name cf_egress_space = module.egress_space.space