Skip to content

Commit

Permalink
Update description and remove default for ssh key
Browse files Browse the repository at this point in the history
  • Loading branch information
hkantare committed Sep 25, 2019
1 parent ae6ddd9 commit 7d53db2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ variable "region" {

provider "ibm" {
ibmcloud_api_key = "${var.ibmcloud_api_key}"
ibmcloud_timeout = 300
generation = "1"
}
3 changes: 1 addition & 2 deletions variables.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@

variable "ssh_public_key" {
default = ""
description = "The [public SSH key](https://cloud.ibm.com/docs/vpc-on-classic-vsi?topic=vpc-on-classic-vsi-ssh-keys) that you use to access your VPC virtual servers. The public key is saved to an `id_rsa.pub` file in the `.ssh` subdirectory of your home directory."
}

Expand All @@ -11,7 +10,7 @@ variable "ssh_key_name" {

variable "num_vms_per_VPC" {
default = 1
description = "The number of virtual servers to create in each VPC."
description = "The number of virtual servers to create in each VPC. The value should be non-zero, positive value."
}

variable "image" {
Expand Down

0 comments on commit 7d53db2

Please sign in to comment.