4
0
Fork 0

added private_key

Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
Mark Bolwell 2022-07-26 16:32:34 +01:00
parent 15a46f25a8
commit f93f584f40
No known key found for this signature in database
GPG key ID: F734FDFC154B83FB

View file

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