Merge pull request #880 from Hestia-Homes/deploy-fastapi-with-terraform

Deploy fastapi with terraform: set aliases
This commit is contained in:
Daniel Roth 2026-03-13 15:20:54 +00:00 committed by GitHub
commit fad25e5491
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 ----