forked from ansible-lockdown/RHEL9-CIS
added private_key
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
15a46f25a8
commit
f93f584f40
1 changed files with 5 additions and 0 deletions
5
.github/workflows/variables.tf
vendored
5
.github/workflows/variables.tf
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue