We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d8da5f commit 7fa27f8Copy full SHA for 7fa27f8
infra/nofos/app-config/prod.tf
@@ -5,8 +5,8 @@ module "prod_config" {
5
default_region = module.project_config.default_region
6
environment = "prod"
7
network_name = "prod"
8
- domain_name = null
9
- enable_https = false
+ domain_name = "nofos.simpler.grants.gov"
+ enable_https = true
10
11
instance_desired_instance_count = 1
12
instance_scaling_min_capacity = 1
0 commit comments