mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
14 lines
No EOL
296 B
HCL
14 lines
No EOL
296 B
HCL
variable "origins" {
|
|
type = list(object({
|
|
origin_type = string # "s3" or "api"
|
|
origin_domain_name = string
|
|
origin_id = string
|
|
|
|
bucket_id = optional(string)
|
|
bucket_arn = optional(string)
|
|
}))
|
|
}
|
|
|
|
variable "aliases" {
|
|
type = list(string)
|
|
} |