Skip to content

Stable v1.7.0

Compare
Choose a tag to compare
@LennertMertens LennertMertens released this 19 Oct 06:14
· 100 commits to master since this release
455275a

ChangeLog

  • Added possibility to overwrite a templates disk size
  • Updated examples on how to modify the templates disk size

New Variables:

variable "disk_size_gb" {
  description = "List of disk sizes to override template disk size."
  type = list
  default = null
}

Contributors:

@LennertMertens