Skip to content

Commit

Permalink
Get caddy patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
rahearn committed Jan 24, 2025
1 parent 986490a commit bb19186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ module "egress_proxy" {
cf_egress_space = module.egress_space.space
name = "egress-proxy-${var.env}"
allowlist = var.egress_allowlist
gitref = "1fe9454b85cb8cb54b57e161c3250a46c521307b"
gitref = "6999bf7620a009efd427ed7d7d6a6c6c4b6cb6d0"
# depends_on line is needed only for initial creation and destruction. It should be commented out for updates to prevent unwanted cascading effects
depends_on = [module.app_space, module.egress_space]
}
Expand Down

0 comments on commit bb19186

Please sign in to comment.