Skip to content

Commit

Permalink
add default (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
dydxwill authored Oct 3, 2024
1 parent 88e5ba1 commit c1a17a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions indexer/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down

0 comments on commit c1a17a7

Please sign in to comment.