Model/infrastructure/terraform/modules/cloudfront-api/variables.tf
2026-03-12 17:29:47 +00:00

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
}