storage type error with terraform and aurora postgresql
问题 I am currently working on deploying a Aurora postgres instance in AWS thanks to Terraform. Here is my declaration resource "aws_db_instance" "postgreDatabase" { name = "validName" storage_type = "gp2" allocated_storage = "25" engine = "aurora-postgresql" engine_version = "10.5" instance_class = "db.r4.large" username = "validUsername" password = "validPassword" } Using this declaration throws the following error: aws_db_instance.postgreDatabase: Error creating DB Instance: