From f93f584f40f40c4087716dcae1a724b72a53dafd Mon Sep 17 00:00:00 2001 From: Mark Bolwell Date: Tue, 26 Jul 2022 16:32:34 +0100 Subject: [PATCH] added private_key Signed-off-by: Mark Bolwell --- .github/workflows/variables.tf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/variables.tf b/.github/workflows/variables.tf index 58544fc..d3ddbf8 100644 --- a/.github/workflows/variables.tf +++ b/.github/workflows/variables.tf @@ -22,6 +22,11 @@ variable "ami_key_pair_name" { type = string } +variable "private_key" { + description = "path to private key for ssh" + type = string +} + variable "ami_os" { description = "AMI OS Type" type = string