forked from ansible-lockdown/RHEL9-CIS
added private key var
This commit is contained in:
parent
d99ab69928
commit
8178261ea7
1 changed files with 6 additions and 1 deletions
7
.github/workflows/variables.tf
vendored
7
.github/workflows/variables.tf
vendored
|
|
@ -22,6 +22,11 @@ variable "ami_key_pair_name" {
|
||||||
type = string
|
type = string
|
||||||
}
|
}
|
||||||
|
|
||||||
|
variable "private_key" {
|
||||||
|
description = "path to private key for ssh"
|
||||||
|
type = string
|
||||||
|
}
|
||||||
|
|
||||||
variable "ami_os" {
|
variable "ami_os" {
|
||||||
description = "AMI OS Type"
|
description = "AMI OS Type"
|
||||||
type = string
|
type = string
|
||||||
|
|
@ -62,4 +67,4 @@ variable "public_subnets" {
|
||||||
variable "private_subnets" {
|
variable "private_subnets" {
|
||||||
description = "private subnet cidr block"
|
description = "private subnet cidr block"
|
||||||
type = string
|
type = string
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue