From 596d32402dfe1b753cccfab527c4bf04e09c1e78 Mon Sep 17 00:00:00 2001 From: Damien A Date: Fri, 1 Dec 2023 20:12:21 +0100 Subject: [PATCH] Apply fmt --- terraform/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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