variable "domain_name" { description = "Primary domain name for the certificate" type = string } variable "subject_alternative_names" { description = "Additional domains for the certificate" type = list(string) default = [] } variable "tags" { description = "Tags to apply to the certificate" type = map(string) default = {} }