Skip to content

Commit

Permalink
Update shared RDS to use gp3 disk
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark-Simulacrum committed Feb 10, 2025
1 parent e6c0a98 commit fa5120e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/rds-databases/instance.tf
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ resource "aws_db_instance" "shared" {
allocated_storage = 20
max_allocated_storage = 500
backup_retention_period = 3
storage_type = "gp2"
storage_type = "gp3"
engine = "postgres"
engine_version = "16.1"
engine_version = "16.3"
instance_class = "db.t4g.micro"
identifier = "shared"
username = "root"
Expand Down

0 comments on commit fa5120e

Please sign in to comment.