mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
9 lines
No EOL
198 B
HCL
9 lines
No EOL
198 B
HCL
variable "domain_name" {
|
|
description = "Name of the base domain for Route53"
|
|
type = string
|
|
}
|
|
|
|
variable "api_url_prefix" {
|
|
description = "Prefix for the API URL"
|
|
type = string
|
|
} |