terraform fmt

This commit is contained in:
CC
2026-06-23 22:27:17 +01:00
parent 93e29a7bec
commit 41146f5676
10 changed files with 102 additions and 102 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."
}