cloud-platform-environments icon indicating copy to clipboard operation
cloud-platform-environments copied to clipboard

chore: test rds gp3 IOPS Not Specified with Large Storage

Open timckt opened this issue 5 months ago • 1 comments

Scenario 3: gp3 IOPS Not Specified with Large Storage

  • Variables:
    • storage_type = "gp3"
    • db_allocated_storage = 400
    • db_engine = "postgres"
    • db_iops = null

Expected result: Precondition fails with the error message about gp3 IOPS.

timckt avatar Sep 26 '24 09:09 timckt