I created the RDS Aurora database in AWS management console. I have the sql script on mysql schema and insert statement.
I created the terraform script on the database creation, and next is to use terraform to create mysql schema and load data. My question is do I use terraform script to create mysql schema and load data? I am not clear on that.