Add SSH_PUBLIC_KEY variable

This commit is contained in:
Ryan Malloy 2024-11-10 05:09:32 -07:00
parent 73a86b5883
commit 92d1af3fb7
1 changed files with 5 additions and 0 deletions

View File

@ -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"
}