fmt: add type to domains

This commit is contained in:
2025-09-18 10:50:04 -05:00
parent 39c02779a9
commit f2b9fd4c11

View File

@@ -4,7 +4,7 @@ variable "aws_region" {
} }
variable "site_domains" { variable "site_domains" {
type = list(any) type = list(string)
description = "The domain name of these sites, which will be mapped over" description = "The domain name of these sites, which will be mapped over"
} }