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
|
|
} |