From f2b9fd4c118a94d6b642d65ba5723a0a433b6372 Mon Sep 17 00:00:00 2001 From: Deepak Mallubhotla Date: Thu, 18 Sep 2025 10:50:04 -0500 Subject: [PATCH] fmt: add type to domains --- variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variables.tf b/variables.tf index 104a327..9c590d5 100644 --- a/variables.tf +++ b/variables.tf @@ -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" }