From 239a52aec5c4697dcb6c4277af07f984cffcd3ab Mon Sep 17 00:00:00 2001 From: dydxwill <119354122+dydxwill@users.noreply.github.com> Date: Thu, 3 Oct 2024 14:08:07 -0400 Subject: [PATCH] add default (#143) --- indexer/variables.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/indexer/variables.tf b/indexer/variables.tf index d822628c..b8981d62 100644 --- a/indexer/variables.tf +++ b/indexer/variables.tf @@ -119,6 +119,7 @@ variable "rds_db_instance_class" { variable "rds_db_allocated_storage_gb" { type = number description = "Storage allocated to the Postgres RDS DB in GB" + default = 1000 } variable "rds_read_replica_db_allocated_storage_gb" {