forked from ansible-lockdown/RHEL9-CIS
added availibility zone
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
f863e97a92
commit
d83ee52a98
3 changed files with 14 additions and 6 deletions
6
.github/workflows/variables.tf
vendored
6
.github/workflows/variables.tf
vendored
|
|
@ -6,6 +6,12 @@ variable "aws_region" {
|
|||
type = string
|
||||
}
|
||||
|
||||
variable "availability_zone" {
|
||||
description = "List of availability zone in the region"
|
||||
default = "us-east-1b"
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "instance_type" {
|
||||
description = "EC2 Instance Type"
|
||||
default = "t3.micro"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue