diff --git a/indexer/variables.tf b/indexer/variables.tf index 7fbfbfca..42b727cd 100644 --- a/indexer/variables.tf +++ b/indexer/variables.tf @@ -113,6 +113,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" {