Skip to content

Commit

Permalink
Update variables files
Browse files Browse the repository at this point in the history
  • Loading branch information
timckt authored Sep 24, 2024
1 parent 18971a5 commit 52b5333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ variable "snapshot_identifier" {

variable "db_allocated_storage" {
description = "The allocated storage in gibibytes"
default = "20" # 20 GiB is minimum storage size for RDS PostgreSQL gp3 storage type.
default = "20" # Minimum 'gp3' storage size is 20 GiB for Amazon RDS.
type = number
}

Expand Down

0 comments on commit 52b5333

Please sign in to comment.