Update Terraform config and revert staging deploy change

This changeset updates the Terraform user configuration in several environments to factor in team member changes, and reverts the previous change to the staging deploy to see if there was an issue with the last update which is preventing the workflow from running now.

Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This commit is contained in:
Carlo Costino
2025-02-19 18:21:57 -05:00
parent f9f1acfaba
commit 1de2c8081b
4 changed files with 5 additions and 10 deletions

View File

@@ -49,9 +49,7 @@ module "egress-space" {
cf_org_name = local.cf_org_name
cf_restricted_space_name = local.cf_space_name
deployers = [
var.cf_user,
"steven.reilly@gsa.gov",
"carlo.costino@gsa.gov"
var.cf_user
]
}