mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-30 13:10:47 +00:00
Merge pull request #880 from Hestia-Homes/deploy-fastapi-with-terraform
Deploy fastapi with terraform: set aliases
This commit is contained in:
commit
fad25e5491
1 changed files with 2 additions and 2 deletions
|
|
@ -28,8 +28,8 @@ data "terraform_remote_state" "fast_api" {
|
||||||
module "cdn" {
|
module "cdn" {
|
||||||
source = "../modules/cloudfront"
|
source = "../modules/cloudfront"
|
||||||
|
|
||||||
# Comment out temporarily just to see what happens
|
aliases = []
|
||||||
# aliases = [data.terraform_remote_state.fast_api.outputs.domain_name]
|
# aliases = [data.terraform_remote_state.fast_api.outputs.domain_name]
|
||||||
|
|
||||||
origins = [
|
origins = [
|
||||||
# ---- S3 ----
|
# ---- S3 ----
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue