Skip to content

Commit

Permalink
Update terraform rds version to 11.22
Browse files Browse the repository at this point in the history
  • Loading branch information
kdid committed May 3, 2024
1 parent 36511ed commit 984cfb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/deploy/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ module "rds" {
allocated_storage = var.db_size
backup_window = "04:00-05:00"
engine = "postgres"
engine_version = "11.19"
engine_version = "11.22"
final_snapshot_identifier_prefix = "meadow-final"
identifier = "${var.stack_name}-db"
instance_class = "db.t3.medium"
Expand Down

0 comments on commit 984cfb3

Please sign in to comment.