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 e00d650 commit eb5cc4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/rds/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ variable "db_port" {
variable "db_instance_class" {
description = "The instance class to use for RDS."
type = string
default = "db.t4g.large"
default = "db.t4g.small"
}

variable "db_engine" {
Expand Down

0 comments on commit eb5cc4f

Please sign in to comment.