fix object type

This commit is contained in:
Philippe Caseiro 2023-03-03 15:03:25 +01:00
parent 814ef36bb7
commit 58441c69b6
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
variable "vms" {
type = map(string,object(
type = map(object(
{
domain = string
cpu = number