mirror of
https://github.com/dap-ps/infra-dapps.git
synced 2025-02-23 09:28:09 +00:00
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…
x
Reference in New Issue
Block a user