Skip to content

Commit

Permalink
add default (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
dydxwill authored and owl-king committed Oct 16, 2024
1 parent 3219c46 commit 938c561
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 @@ -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" {
Expand Down

0 comments on commit 938c561

Please sign in to comment.