“fmt”

This commit is contained in:
CC
2026-06-19 08:47:47 +01:00
parent 3935312ae1
commit bae9a8a60a
11 changed files with 103 additions and 103 deletions

View File

@@ -18,8 +18,8 @@ variable "instance" {
vm_size = optional(string)
vm_tags = optional(list(string))
})
default = null
nullable = true
default = null
nullable = true
description = "Used only when instance_mode = single."
}