Skip to content

Commit 097e7d0

Browse files
committed
Upgrade instance type
1 parent 75e1880 commit 097e7d0

File tree

1 file changed

+1
-1
lines changed
  • infrastructure/terraform/live/production/compute

1 file changed

+1
-1
lines changed

infrastructure/terraform/live/production/compute/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ module "web" {
4848
source = "../../../modules/ec2"
4949

5050
name_prefix = "ddays-app-production"
51-
instance_type = "t3a.nano"
51+
instance_type = "t3a.small"
5252
instance_count = 1
5353
instance_root_device_size = 20
5454
subnets = data.aws_subnets.public_subnets.ids

0 commit comments

Comments
 (0)