Add SSH_PUBLIC_KEY variable
This commit is contained in:
parent
73a86b5883
commit
92d1af3fb7
|
@ -61,3 +61,8 @@ variable "disk_size" {
|
|||
description = "Size of instance disk in Gigabytes"
|
||||
default = 10
|
||||
}
|
||||
|
||||
variable "SSH_PUBLIC_KEY" {
|
||||
description = "SSH Public Key to add to .authorized_keys for the 'ubuntu' user"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue