Skip to content

Commit

Permalink
Update variables.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
ulises-jeremias authored Jul 9, 2024
1 parent 496d88b commit 1865f6c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/rds/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -66,19 +66,19 @@ variable "db_engine" {
variable "db_engine_version" {
description = "The database engine version."
type = string
default = "14"
default = "16.3"
}

variable "db_family" {
description = "The family of the database engine to be used for RDS."
type = string
default = "postgres14"
default = "postgres16"
}

variable "db_major_engine_version" {
description = "The major engine version."
type = string
default = "14"
default = "16"
}

variable "db_storage_type" {
Expand Down

0 comments on commit 1865f6c

Please sign in to comment.