From 58441c69b6ddc1ce8160047a8c997b1099dd3daf Mon Sep 17 00:00:00 2001 From: Philippe Caseiro Date: Fri, 3 Mar 2023 15:03:25 +0100 Subject: [PATCH] fix object type --- modules/nebula/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/nebula/main.tf b/modules/nebula/main.tf index 87427d3..0b461ee 100644 --- a/modules/nebula/main.tf +++ b/modules/nebula/main.tf @@ -1,5 +1,5 @@ variable "vms" { - type = map(string,object( + type = map(object( { domain = string cpu = number