Skip to content

Commit c26dfc7

Browse files
committed
Add custom domain for app-catala in dev
1 parent f447a37 commit c26dfc7

File tree

1 file changed

+1
-1
lines changed
  • infra/app-catala/app-config

1 file changed

+1
-1
lines changed

infra/app-catala/app-config/dev.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module "dev_config" {
55
default_region = module.project_config.default_region
66
environment = "dev"
77
network_name = "dev"
8-
domain_name = null
8+
domain_name = "${local.app_name}.${module.project_config.network_configs["dev"].domain_config.hosted_zone}"
99
enable_https = false
1010
has_database = local.has_database
1111
has_incident_management_service = local.has_incident_management_service

0 commit comments

Comments
 (0)