diff --git a/terraform/variables.tf b/terraform/variables.tf index d6d64f3..10fb8a3 100644 --- a/terraform/variables.tf +++ b/terraform/variables.tf @@ -22,6 +22,6 @@ variable "AWS_AMIS" { } variable "instance_type" { - type = string + type = string default = "t2.xlarge" } \ No newline at end of file