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 ----