4
0
Fork 0

added private key var

This commit is contained in:
uk-bolly 2022-07-26 16:32:11 +01:00 committed by GitHub
parent d99ab69928
commit 8178261ea7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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
@ -62,4 +67,4 @@ variable "public_subnets" {
variable "private_subnets" {
description = "private subnet cidr block"
type = string
}
}