Model/infrastructure/terraform/modules/route53/variables.tf
2023-07-17 11:15:13 +01: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
}