Skip to content

Commit

Permalink
Merge pull request #885 from DFE-Digital/env-correction
Browse files Browse the repository at this point in the history
Changing ENVIRONMENT_NAME to HOSTING_ENVIRONMENT_NAME
  • Loading branch information
shaheislamdfe authored Oct 10, 2024
2 parents 7621bfe + 4c5904c commit e4ebe07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/application/application.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module "application_configuration" {
is_rails_application = true

config_variables = {
ENVIRONMENT_NAME = var.environment
HOSTING_ENVIRONMENT_NAME = var.config
PGSSLMODE = local.postgres_ssl_mode
HOSTING_DOMAIN = "https://${local.access_external_domain}"
CHECK_RECORDS_DOMAIN = "https://${local.check_external_domain}"
Expand Down

0 comments on commit e4ebe07

Please sign in to comment.