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 e3f7a36 commit 3e40209Copy full SHA for 3e40209
infrastructure/applications/cluster/cloudfront.tf
@@ -24,7 +24,9 @@ resource "aws_cloudfront_distribution" "application" {
24
comment = "${terraform.workspace} server"
25
wait_for_deployment = false
26
aliases = local.is_prod ? ["*.pycon.it", "pycon.it"] : [
27
- "*.pycon.it",
+ local.pycon_admin_domain,
28
+ local.pycon_frontend_domain,
29
+ local.pretix_web_domain
30
]
31
32
origin {
0 commit comments