Skip to content

Commit 3e40209

Browse files
committed
Use specific domains for Staging Cloudfront
1 parent e3f7a36 commit 3e40209

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

infrastructure/applications/cluster/cloudfront.tf

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ resource "aws_cloudfront_distribution" "application" {
2424
comment = "${terraform.workspace} server"
2525
wait_for_deployment = false
2626
aliases = local.is_prod ? ["*.pycon.it", "pycon.it"] : [
27-
"*.pycon.it",
27+
local.pycon_admin_domain,
28+
local.pycon_frontend_domain,
29+
local.pretix_web_domain
2830
]
2931

3032
origin {

0 commit comments

Comments
 (0)