Skip to content

Commit 7fa27f8

Browse files
authored
Enable https in prod and add domain name (#5343)
Domain is: nofos.simpler.grants.gov ## Summary Adds a domain and turns on https for nofos prod. Related PR for nofos-dev: #5261
1 parent 6d8da5f commit 7fa27f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

infra/nofos/app-config/prod.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ module "prod_config" {
55
default_region = module.project_config.default_region
66
environment = "prod"
77
network_name = "prod"
8-
domain_name = null
9-
enable_https = false
8+
domain_name = "nofos.simpler.grants.gov"
9+
enable_https = true
1010

1111
instance_desired_instance_count = 1
1212
instance_scaling_min_capacity = 1

0 commit comments

Comments
 (0)