From b0cc00c304bf5588a6209c12263c4a270eeb3f6f Mon Sep 17 00:00:00 2001 From: Anton S Date: Sun, 31 Mar 2024 23:30:03 +0400 Subject: [PATCH] Update instance type (#54) --- terraform/vars.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/terraform/vars.tf b/terraform/vars.tf index 0951af0..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" } } @@ -125,4 +125,4 @@ variable "google_credentials_installed_json" { type = string default = "{}" sensitive = true -} \ No newline at end of file +}