From a334496d3897103cc983387eb954434f6d17f573 Mon Sep 17 00:00:00 2001 From: Anton S Date: Sat, 4 May 2024 21:53:33 +0400 Subject: [PATCH] Update vars.tf --- terraform/vars.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/vars.tf b/terraform/vars.tf index 3f4e85d..fd9fd08 100644 --- a/terraform/vars.tf +++ b/terraform/vars.tf @@ -16,7 +16,7 @@ variable "ecr_repository_name" { variable "ec2_instance_type" { default = { development = "t3.micro" - production = "t3.micro" + production = "t3.small" } }