juntekim.com/terraform/modules/route53/variables.tf
2026-02-17 23:28:47 +00:00

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
}