From 1056dda939564430e77cbdd2e517ad071ae0691d Mon Sep 17 00:00:00 2001 From: Daniel Roth Date: Fri, 13 Mar 2026 15:17:18 +0000 Subject: [PATCH] set aliases --- infrastructure/terraform/cdn/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/terraform/cdn/main.tf b/infrastructure/terraform/cdn/main.tf index 839ea28b..58824b3a 100644 --- a/infrastructure/terraform/cdn/main.tf +++ b/infrastructure/terraform/cdn/main.tf @@ -29,7 +29,7 @@ module "cdn" { source = "../modules/cloudfront" # Comment out temporarily just to see what happens - # aliases = [data.terraform_remote_state.fast_api.outputs.domain_name] + aliases = [data.terraform_remote_state.fast_api.outputs.domain_name] origins = [ # ---- S3 ----