From 92d1af3fb7ccbcd8f6ecab0c6636117e3cc289b4 Mon Sep 17 00:00:00 2001 From: Ryan Malloy Date: Sun, 10 Nov 2024 05:09:32 -0700 Subject: [PATCH] Add SSH_PUBLIC_KEY variable --- variables.tf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/variables.tf b/variables.tf index b4117f4..1b7d541 100644 --- a/variables.tf +++ b/variables.tf @@ -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" +} +