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 9e43cce commit 178296bCopy full SHA for 178296b
terraform/aws/terraform.tfvars.example
@@ -20,10 +20,6 @@ aws_region = "us-east-1"
20
# Environment
21
environment = "production"
22
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
27
instance_type = "t3.large"
28
29
# EBS volume size for data (GiB)
0 commit comments