Skip to content

Commit

Permalink
Fixed vmss example varible defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
katbyte committed Jun 13, 2018
1 parent 1cf7591 commit eae3c87
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/vmss-ubuntu/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,8 @@ variable "instance_count" {

variable "admin_username" {
description = "Admin username on all VMs."
default = "kt"
}

variable "admin_password" {
description = "Admin password on all VMs."
default = "passWORD123!@#"
}

0 comments on commit eae3c87

Please sign in to comment.