vinnie357 / terraform-vmware-bigip

bigip module for vmware vcenter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

add info about using linked clones for fast dev deployments

vinnie357 opened this issue · comments

  • readme needs info on creating snapshot
  • variables need the state mapped.
variable "vm_linked_clones" {
  description = <<EOF
  "use linked clones for development, set to false for non development deployments.
  Note: disk size must match the source template exactly in this mode"
  EOF
  default     = false
}