Add SSH_PUBLIC_KEY variable
This commit is contained in:
parent
73a86b5883
commit
92d1af3fb7
1 changed files with 5 additions and 0 deletions
|
|
@ -61,3 +61,8 @@ variable "disk_size" {
|
||||||
description = "Size of instance disk in Gigabytes"
|
description = "Size of instance disk in Gigabytes"
|
||||||
default = 10
|
default = 10
|
||||||
}
|
}
|
||||||
|
|
||||||
|
variable "SSH_PUBLIC_KEY" {
|
||||||
|
description = "SSH Public Key to add to .authorized_keys for the 'ubuntu' user"
|
||||||
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue