mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
empty aliases
This commit is contained in:
parent
928e417373
commit
4921217b78
1 changed files with 2 additions and 1 deletions
|
|
@ -28,7 +28,8 @@ data "terraform_remote_state" "fast_api" {
|
|||
module "cdn" {
|
||||
source = "../modules/cloudfront"
|
||||
|
||||
aliases = [data.terraform_remote_state.fast_api.outputs.domain_name]
|
||||
aliases = []
|
||||
# aliases = [data.terraform_remote_state.fast_api.outputs.domain_name]
|
||||
|
||||
origins = [
|
||||
# ---- S3 ----
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue