diff --git a/main.tf b/main.tf index e69de29..a4eeba5 100644 --- a/main.tf +++ b/main.tf @@ -0,0 +1,3 @@ +locals { + test = var.hosts +} \ No newline at end of file