Skip to content

Commit

Permalink
[Unticketed] Remove extra env var that is defined as a secret (#3412)
Browse files Browse the repository at this point in the history
## Summary

### Time to review: __1 mins__

## Changes proposed
Remove env var from definition that is defined as a secret further down
  • Loading branch information
chouinar authored Jan 6, 2025
1 parent a2e1888 commit fd47a7f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion infra/api/app-config/env-config/environment-variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ locals {
LOGIN_GOV_JWK_ENDPOINT = "https://idp.int.identitysandbox.gov/api/openid_connect/certs"
LOGIN_GOV_AUTH_ENDPOINT = "https://idp.int.identitysandbox.gov/openid_connect/authorize"
LOGIN_GOV_TOKEN_ENDPOINT = "https://idp.int.identitysandbox.gov/api/openid_connect/token"
LOGIN_FINAL_DESTINATION = ""
API_JWT_ISSUER = "simpler-grants-api-${var.environment}"
API_JWT_AUDIENCE = "simpler-grants-api-${var.environment}"
}
Expand Down

0 comments on commit fd47a7f

Please sign in to comment.