fix ssh username
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
bd5e899867
commit
d4e23c606c
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue