We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75e1880 commit 097e7d0Copy full SHA for 097e7d0
infrastructure/terraform/live/production/compute/main.tf
@@ -48,7 +48,7 @@ module "web" {
48
source = "../../../modules/ec2"
49
50
name_prefix = "ddays-app-production"
51
- instance_type = "t3a.nano"
+ instance_type = "t3a.small"
52
instance_count = 1
53
instance_root_device_size = 20
54
subnets = data.aws_subnets.public_subnets.ids
0 commit comments