added availibility zone

Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
Signed-off-by: Kristian Ebdrup <kris9854@gmail.com>
This commit is contained in:
Mark Bolwell 2022-08-05 12:23:32 +01:00 committed by Kristian Ebdrup
parent ce2370d85a
commit db50ca5a21
3 changed files with 14 additions and 6 deletions

View file

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