Skip to content

Commit

Permalink
Change storage type of postgresql
Browse files Browse the repository at this point in the history
  • Loading branch information
hellais committed Dec 16, 2024
1 parent c819886 commit 5d81f3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tf/environments/prod/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,8 @@ module "oonipg" {
vpc_id = module.network.vpc_id
subnet_ids = module.network.vpc_subnet_public[*].id
db_instance_class = "db.t3.micro"
db_storage_type = "standard"
db_allocated_storage = "5"
db_storage_type = "gp3"
db_allocated_storage = "20"
db_max_allocated_storage = null
tags = merge(
local.tags,
Expand Down

0 comments on commit 5d81f3c

Please sign in to comment.