Merge pull request #881 from Hestia-Homes/main

Deploy fastapi with terraform: set aliases
This commit is contained in:
Jun-te Kim 2026-03-13 15:23:13 +00:00 committed by GitHub
commit 1581bba323
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -28,8 +28,8 @@ data "terraform_remote_state" "fast_api" {
module "cdn" {
source = "../modules/cloudfront"
# Comment out temporarily just to see what happens
# aliases = [data.terraform_remote_state.fast_api.outputs.domain_name]
aliases = []
# aliases = [data.terraform_remote_state.fast_api.outputs.domain_name]
origins = [
# ---- S3 ----