Skip to content

Commit

Permalink
Updated default storage for gp3 volumes to be 20GB
Browse files Browse the repository at this point in the history
  • Loading branch information
dunefro authored Jan 17, 2024
1 parent 38a664a commit 7591573
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ variable "truefoundry_db_publicly_accessible" {

variable "truefoundry_db_allocated_storage" {
type = string
description = "Storage for RDS"
default = "10"
description = "Storage for RDS. Minimum storage allowed for gp3 volumes is 20GB"
default = "20"
}

variable "truefoundry_db_max_allocated_storage" {
Expand All @@ -80,6 +80,7 @@ variable "truefoundry_db_max_allocated_storage" {
variable "truefoundry_db_storage_type" {
type = string
description = "Storage type for truefoundry db"
default = "gp3"
}

variable "truefoundry_db_storage_iops" {
Expand Down

0 comments on commit 7591573

Please sign in to comment.