'minimum size for terraform aurora "aws_db_instance"

Im trying to put together some terraform samples for rds. Hoping to create a single instance aurora with smallest footprint.

For

engine = "aurora" 
instance_class = "db.t3.small"

I can't seem to find a value for allocated_storage that terraform will accept.

Every attempt gives me: Error creating DB Instance: InvalidParameterCombination: Invalid storage size for engine name aurora-mysql and storage type aurora:



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source