Skip to content

Commit 20300be

Browse files
committed
fix InvalidParameterCombination: The storage type standard does not support iops.
1 parent 106a35b commit 20300be

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
@@ -159,7 +159,7 @@ 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"
162+
db_storage_type = "gp3"
163163
db_allocated_storage = "5"
164164
db_max_allocated_storage = null
165165

0 commit comments

Comments
 (0)