Here we have a Code that creates an Aurora DB Cluster in AWS.
I've checked from my end and it's worked without any issues.
Please give it a try from your end and let me know what you think
terraform init
terraform apply
PS
You may run into some issues when running terraform destroy after.
If this is the case, you'll need to edit your tf.state file and set the following argument to true
skip_final_snapshot = true
RDS Aurora
Here we have a Code that creates an Aurora DB Cluster in AWS. I've checked from my end and it's worked without any issues. Please give it a try from your end and let me know what you think
terraform init terraform apply
PS You may run into some issues when running terraform destroy after. If this is the case, you'll need to edit your tf.state file and set the following argument to true skip_final_snapshot = true
https://github.com/terraform-providers/terraform-provider-aws/issues/4910