Skip to content
This repository has been archived by the owner on Feb 5, 2020. It is now read-only.

Commit

Permalink
modules/vmware: update private_key description
Browse files Browse the repository at this point in the history
  • Loading branch information
alekssaul committed Jun 30, 2017
1 parent 476b0d2 commit 3d83bf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/vmware/node/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ variable "kubeconfig" {

variable "private_key" {
type = "string"
description = "SSH private key file corresponding to tectonic_vmware_ssh_authorized_key. If not provided, SSH agent will be used."
description = "SSH private key file in .pem format corresponding to tectonic_vmware_ssh_authorized_key. If not provided, SSH agent will be used."
default = ""
}

Expand Down

0 comments on commit 3d83bf2

Please sign in to comment.