Skip to content

Commit

Permalink
Merge branch 'main' into update-airflow-prod
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdudfield authored Oct 24, 2023
2 parents 62f0070 + d19f660 commit b910150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/modules/storage/postgres/rds.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

resource "aws_db_instance" "postgres-db" {
allocated_storage = 25
max_allocated_storage = 100
max_allocated_storage = 200
engine = "postgres"
engine_version = "15.2"
instance_class = var.rds_instance_class
Expand Down

0 comments on commit b910150

Please sign in to comment.