fix object type
This commit is contained in:
parent
814ef36bb7
commit
58441c69b6
|
@ -1,5 +1,5 @@
|
|||
variable "vms" {
|
||||
type = map(string,object(
|
||||
type = map(object(
|
||||
{
|
||||
domain = string
|
||||
cpu = number
|
||||
|
|
Loading…
Reference in New Issue