variable "chef_bootstrap_script_path" {
  default = "~/chef-repo/knife_bootstrap_host.sh"
}

variable "ssh_private_key_path" {
  description = "Private key for SSH access into VM"
  default     = "~/.ssh/id_rsa"
}
