Skip to content

Commit 178296b

Browse files
committed
chore: remove EC2 instance type comments from terraform.tfvars.example
1 parent 9e43cce commit 178296b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

terraform/aws/terraform.tfvars.example

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ aws_region = "us-east-1"
2020
# Environment
2121
environment = "production"
2222

23-
# EC2 instance type
24-
# t3.medium - 2 vCPU, 4 GiB - for 1-3 databases
25-
# t3.large - 2 vCPU, 8 GiB - for 3-10 databases (recommended)
26-
# t3.xlarge - 4 vCPU, 16 GiB - for 10+ databases
2723
instance_type = "t3.large"
2824

2925
# EBS volume size for data (GiB)

0 commit comments

Comments
 (0)