Skip to content

Commit

Permalink
include RDS upgrade version
Browse files Browse the repository at this point in the history
  • Loading branch information
ranchodeluxe committed Aug 21, 2023
1 parent e797c48 commit a238b8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/veda-wfs3/rds.tf
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ resource "aws_db_instance" "db" {
db_name = "veda"
identifier = "${var.project_name}-${var.env}"
engine = "postgres"
engine_version = "14.3"
engine_version = "14.7"
// https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_CreateDBInstance.html
allocated_storage = 100
max_allocated_storage = 500
Expand Down

0 comments on commit a238b8b

Please sign in to comment.