mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
9 lines
No EOL
231 B
HCL
9 lines
No EOL
231 B
HCL
variable "domain_name" {
|
|
description = "Public domain name for the API (e.g. api.dev.domna.homes)"
|
|
type = string
|
|
}
|
|
|
|
variable "api_domain_name" {
|
|
description = "API Gateway domain (execute-api)"
|
|
type = string
|
|
} |