File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -159,8 +159,8 @@ module "oonipg" {
159159 # With 1GiB of ram you get ~112 connections:
160160 # 1074000000 / 9531392 = 112.68
161161 db_instance_class = " db.t4g.micro" # 2GiB => ~224 max_connections
162- db_storage_type = " standard "
163- db_allocated_storage = " 5 "
162+ db_storage_type = " gp3 "
163+ db_allocated_storage = " 20 "
164164 db_max_allocated_storage = null
165165
166166 allow_cidr_blocks = [
Original file line number Diff line number Diff line change @@ -40,15 +40,15 @@ variable "db_allocated_storage" {
4040}
4141
4242variable "db_storage_type" {
43- default = " standard "
43+ default = " gp3 "
4444}
4545
4646variable "db_max_allocated_storage" {
4747 default = " 100"
4848}
4949
5050variable "db_engine_version" {
51- default = " 16.8 "
51+ default = " 16.13 "
5252}
5353
5454variable "db_parameter_group" {
You can’t perform that action at this time.
0 commit comments