Skip to content

Commit 68fb3e5

Browse files
committed
sync deployed value of db_allocated_storage with deployment
this is 20gb as deployed
1 parent 6c0bd70 commit 68fb3e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tf/environments/dev/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ module "oonipg" {
160160
# 1074000000 / 9531392 = 112.68
161161
db_instance_class = "db.t4g.micro" # 2GiB => ~224 max_connections
162162
db_storage_type = "gp3"
163-
db_allocated_storage = "5"
163+
db_allocated_storage = "20"
164164
db_max_allocated_storage = null
165165

166166
allow_cidr_blocks = [

0 commit comments

Comments
 (0)