We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 106a35b commit 20300beCopy full SHA for 20300be
1 file changed
tf/environments/dev/main.tf
@@ -159,7 +159,7 @@ module "oonipg" {
159
# With 1GiB of ram you get ~112 connections:
160
# 1074000000 / 9531392 = 112.68
161
db_instance_class = "db.t4g.micro" # 2GiB => ~224 max_connections
162
- db_storage_type = "standard"
+ db_storage_type = "gp3"
163
db_allocated_storage = "5"
164
db_max_allocated_storage = null
165
0 commit comments