fmt: add type to domains
This commit is contained in:
@@ -4,7 +4,7 @@ variable "aws_region" {
|
||||
}
|
||||
|
||||
variable "site_domains" {
|
||||
type = list(any)
|
||||
type = list(string)
|
||||
description = "The domain name of these sites, which will be mapped over"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user