Skip to content

Commit

Permalink
Merge pull request #115 from GSA-TTS/use-main-proxy
Browse files Browse the repository at this point in the history
Try out using gitshas for versioning
rahearn authored Jan 16, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents cfa6c9c + b3ede64 commit 986490a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/main.tf
Original file line number Diff line number Diff line change
@@ -69,13 +69,13 @@ module "egress_space" {
}

module "egress_proxy" {
source = "github.com/gsa-tts/terraform-cloudgov//egress_proxy?ref=v2.1.0"
source = "github.com/gsa-tts/terraform-cloudgov//egress_proxy?ref=c84d37f9c677629a0ea440e3996c6faf3a313960" #v2.1.0

cf_org_name = local.cf_org_name
cf_egress_space = module.egress_space.space
name = "egress-proxy-${var.env}"
allowlist = var.egress_allowlist
gitref = "refs/heads/caddy-2.9"
gitref = "1fe9454b85cb8cb54b57e161c3250a46c521307b"
# 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]
}

0 comments on commit 986490a

Please sign in to comment.