Skip to content

Commit

Permalink
Update main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
coilysiren authored Dec 16, 2024
1 parent 980b452 commit bb16df6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/frontend/service/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ locals {
service_config = local.environment_config.service_config
database_config = local.environment_config.database_config
incident_management_service_integration_config = local.environment_config.incident_management_service_integration
domain = "simpler.grants.gov"
domain = local.environment_config.domain
}

terraform {
Expand Down

0 comments on commit bb16df6

Please sign in to comment.