Allow compute-vm disks to have custom names (#3792)
* module support custom name if provided instead of just {vm_name}-boot
* updated readme.md
This commit is contained in:
@@ -92,6 +92,7 @@ variable "attached_disks" {
|
||||
variable "boot_disk" {
|
||||
description = "Boot disk properties. Initialize params are ignored when source is set."
|
||||
type = object({
|
||||
name = optional(string)
|
||||
auto_delete = optional(bool, true)
|
||||
snapshot_schedule = optional(list(string))
|
||||
source = optional(string)
|
||||
|
||||
Reference in New Issue
Block a user