fix ssh username

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2019-05-28 18:32:52 -04:00
parent bd5e899867
commit d4e23c606c
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 5 additions and 0 deletions

View File

@ -45,3 +45,8 @@ variable instance_type {
description = "Name of instance type to use"
default = "t3.medium"
}
variable ssh_user {
description = "Default user to use when accesing host via SSH."
default = "ubuntu"
}